cfad47cfa3/t3compiler/tads3/test/data/bignum4.t

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
#include "tads.h"
2
#include "t3.h"
3
#include "bignum.h"
4
5
main(args)
6
{
7
    /* 
8
     *   try displaying a BigNumber with more whole places than digits in
9
     *   the entire number 
10
     */
11
    tadsSay(1.234567).formatString(5, 0, 30, -1, -1));
12
    "\n";
13
}