moonscript/tests/inputs/string.moon
2011-09-11 23:36:01 -07:00

34 lines
325 B
Plaintext

hi = "hello"
hello = "what the heckyes"
print hi
umm = 'umm'
here, another = "yeah", 'world'
aye = "YU'M"
you '"hmmm" I said'
print aye, you
another = [[ hello world ]]
hi_there = [[
hi there
]]
well = [==[ "helo" ]==]
hola = [===[
eat noots]===]
mm = [[well trhere]]
x = "\\"
x = "a\\b"
x = "\\\n"
x = "\""