Thursday, May 3, 2012

여러 줄의 String 정의 쉽게 하는 법

 local str = [[  
 My name is  
 Mimi  
 How are you?]]  
 print(str)  
키워드 : string definition

No comments:

Post a Comment