Logo

Programming-Idioms

History of Idiom 48 > diff from v17 to v18

Edit summary for version 18 by :
New Lua implementation by user [Nepta]

Version 17

2016-02-18, 16:57:59

Version 18

2016-04-08, 13:34:22

Idiom #48 Multi-line string litteral

Assign to variable s a string litteral consisting in several lines of text

Idiom #48 Multi-line string litteral

Assign to variable s a string litteral consisting in several lines of text

Code
s = [[
Huey
Dewey
Louie
]]
Comments bubble
see the demo for more on long bracket
Demo URL
http://codepad.org/8NaUhrTF