Difference between revisions of "Talk:Making a Delay function"
From ComputerCraft Wiki
Line 3: | Line 3: | ||
I agree, there is no need for the use of a function that does a task native to Lua. I mean the sleep(n) command is not even part of the API... I think we should either put this as a general tutorial for understanding functions, or delete the page entirely. [[Special:Contributions/71.224.247.65|71.224.247.65]] 04:30, 14 May 2012 (UTC) | I agree, there is no need for the use of a function that does a task native to Lua. I mean the sleep(n) command is not even part of the API... I think we should either put this as a general tutorial for understanding functions, or delete the page entirely. [[Special:Contributions/71.224.247.65|71.224.247.65]] 04:30, 14 May 2012 (UTC) | ||
+ | |||
+ | I'll change it to being about understanding functions. Would make a good guide for how to make functions and what they are, except how to return values. |
Revision as of 13:18, 14 May 2012
Useless Page?
There's already sleep(seconds), there's no need for this page? — Preceding unsigned comment added by 24.20.222.206 (talk • contribs)
I agree, there is no need for the use of a function that does a task native to Lua. I mean the sleep(n) command is not even part of the API... I think we should either put this as a general tutorial for understanding functions, or delete the page entirely. 71.224.247.65 04:30, 14 May 2012 (UTC)
I'll change it to being about understanding functions. Would make a good guide for how to make functions and what they are, except how to return values.