mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
05b3a8f989
integer, float and hex
22 lines
183 B
Plaintext
22 lines
183 B
Plaintext
|
|
|
|
121
|
|
121.2323
|
|
121.2323e-1
|
|
121.2323e13434
|
|
2323E34
|
|
0x12323
|
|
|
|
0xfF2323
|
|
0xabcdef
|
|
0xABCDEF
|
|
|
|
[[ hello world ]]
|
|
|
|
[=[ hello world ]=]
|
|
[====[ hello world ]====]
|
|
|
|
"another world"
|
|
|
|
'what world'
|