Results for LUA
[LUA] Chap 8. Compile, Execution, Error [LUA] Chap 8. Compile, Execution, Error Reviewed by kukanuc on 3월 10, 2019 Rating: 5
[LUA] Chap 7. iterator and For Loop [LUA] Chap 7. iterator and For Loop Reviewed by kukanuc on 3월 10, 2019 Rating: 5

[LUA] Chap6. internal of Function

3월 10, 2019
[예제] --lexical scoping --1급 : first class citizen -- 1급 : 객체나 값 또는 어떤 기능 요소가 매개변수로 전달 가능하고 반환 가능하며 변수에 할당도 가능한 경우(실행 시간에 코드로 다룰 수 있는 것) --...
[LUA] Chap6. internal of Function [LUA] Chap6. internal of Function Reviewed by kukanuc on 3월 10, 2019 Rating: 5

[LUA] Chap 5. Function

3월 10, 2019
[예제] function add_(a)   local sum = 0   for i = 1, #a do     sum = sum + a[i]   end   return sum  end  function f(a, b) print(a, b) end  f(...
[LUA] Chap 5. Function [LUA] Chap 5. Function Reviewed by kukanuc on 3월 10, 2019 Rating: 5
[LUA] Chap 4. sentence (문장) [LUA] Chap 4. sentence (문장) Reviewed by kukanuc on 3월 07, 2019 Rating: 5
[LUA] Chap. 3 Expression and arthimetic [LUA] Chap. 3 Expression and arthimetic Reviewed by kukanuc on 3월 07, 2019 Rating: 5
[LUA] Chap. 2 Type and Value [LUA] Chap. 2 Type and Value Reviewed by kukanuc on 3월 06, 2019 Rating: 5
Powered by Blogger.