Difference between revisions of "Talk:Making a Delay function"

From ComputerCraft Wiki
Jump to: navigation, search
Line 4: Line 4:
 
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.
+
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.--[[Special:Contributions/205.213.125.7|205.213.125.7]] 13:19, 14 May 2012 (UTC)

Revision as of 13:19, 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 (talkcontribs)

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.--205.213.125.7 13:19, 14 May 2012 (UTC)