Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
Def ExpType$(x)=Type$(x)
|
||||
Print ExpType$(12345678912345#)="Currency", 12345678912345#
|
||||
Print ExpType$(123456789123456789123456@)="Decimal", 123456789123456789123456@
|
||||
Print ExpType$(12&)="Long", 12&, 0xFFFFFFFF&=-1
|
||||
Print ExpType$(12%)="Integer", 12%, 0xFFFF%=-1
|
||||
\\ used for unsigned integers (but it is double)
|
||||
Print ExpType$(0xFFFFFFFF)="Double", 0xFFFFFFFF=4294967295
|
||||
Loading…
Add table
Add a link
Reference in a new issue