moonscript/spec/inputs/literals.moon

47 lines
322 B
Plaintext
Raw Normal View History

121
121.2323
121.2323e-1
121.2323e13434
2323E34
0x12323
0xfF2323
0xabcdef
0xABCDEF
2013-01-24 23:20:06 +00:00
.2323
.2323e-1
.2323e13434
2014-01-06 18:38:01 +00:00
1LL
1ULL
9332LL
9332
0x2aLL
0x2aULL
[[ hello world ]]
[=[ hello world ]=]
[====[ hello world ]====]
"another world"
'what world'
"
hello world
"
'yeah
what is going on
here is something cool'
nil