사용자:하늘/메모장/루아: 두 판 사이의 차이

편집 요약 없음
1번째 줄: 1번째 줄:
{{css|사용자:Cerulean/메모장/테스트|:}}__TOC__{{검색창|class= |style = width: ;max-width:100%;|
{{css|사용자:Cerulean/노트패드|:}}__TOC__{{검색창|class= |style = width: ;max-width:100%;|
type{{=}}comment
type{{=}}comment
default{{=}}{{FULLPAGENAME}}
default{{=}}{{FULLPAGENAME}}

2021년 12월 22일 (수) 09:42 판

사용자:Cerulean/노트패드/styles.css 문서에 내용이 없습니다.

루아 '.' ':'

닷 연산자는 자기 자신을 가리키는 self를 따로 입력해야 하고 콜론 연산자는 self가 포함되어있다.

함수 호출 대체 형태

print "Hello World"          print("Hello World")
 dofile 'a.lua'               dofile ('a.lua')
 print [[a multi-line message]]         print([[a multi-line message]])
 f{x=10, y=20}                f({x=10, y=20})
 type{}                       type({})

괄호 생략 가능