local str = [[
My name is
Mimi
How are you?]]
print(str)
키워드 : string definition
Thursday, May 3, 2012
여러 줄의 String 정의 쉽게 하는 법
Labels:
Lua
Subscribe to:
Post Comments (Atom)
local str = [[
My name is
Mimi
How are you?]]
print(str)
키워드 : string definition
No comments:
Post a Comment