moonscript/tests/outputs/string.lua
2011-09-11 23:36:01 -07:00

18 lines
372 B
Lua

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