A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
|
|
@ -0,0 +1,6 @@
|
|||
something = 127
|
||||
something = '127' /*exactly the same as the above. */
|
||||
something = 1.27e2
|
||||
something = 1.27E2
|
||||
something = 1.27E+2
|
||||
something = ' + 0001.27e+00000000000000002 '
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
something = -.00478
|
||||
say something
|
||||
say format(something,,,,0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue