1. Re: Type define ???
- Posted by "Matt Z. Nunyabidness" <Prog_Matt at YAHOO.COM> Jul 13, 1999
- 473 views
Been using QBasic much? Just make a variable and atom. Any number too fat for integers(31+ bits) should be declared as atoms. Example: atom test test=#FFFFFFFF -- 32 bit number! 64 bit numbers are allowed with the atom type too.