User contributions
Jump to navigation
Jump to search
- 18:32, 5 December 2014 diff hist +379 N User:Technolapin Created page with "Hi, im a troll. I know very well lua (but not enought) and I catched a strange curse when writing some crap in jen's scriptor near an indian Cemetery: I can't finish any program!..." current
- 20:57, 8 November 2014 diff hist +28 assert current
- 20:55, 8 November 2014 diff hist +2 assert
- 20:55, 8 November 2014 diff hist +157 N assert Created page with "The assert() function is a way to execute functions. assert(foo, errmsg) It will try to execute the function foo and will send errmsg as an error if it fail."
- 20:40, 8 November 2014 diff hist +5 Overview of the API →Standard Library
- 20:40, 8 November 2014 diff hist +54 Overview of the API →Coroutines Library
- 20:39, 8 November 2014 diff hist +3 Overview of the API →Coroutines Library
- 20:38, 8 November 2014 diff hist +159 Overview of the API →Standard Library
- 20:34, 8 November 2014 diff hist +1,721 N coroutines Created page with "The coroutines in lua are pieces of codes that can be execute or stoped easely. A coroutine is declared with a function: <source lang="lua"> function foo (a) print a+1 end loc..." current