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 = "\"" -- a = "hello #{hello} hello" b = "#{hello} hello" c = "hello #{hello}" d = "" y = "hello" .. "world" y = [[hello world]] -- a = 'hello #{hello} hello' b = '#{hello} hello' c = 'hello #{hello}' d = '' y = 'hello' .. 'world' y = [[hello world]]