User:MathManiac0/Templates

From ComputerCraft Wiki
< User:MathManiac0
Revision as of 14:26, 18 July 2013 by Cranium (Talk | contribs) (Might as well edit this page as well...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Look in the source code to see how the tables are made.

These pieces of data isn't real; they are instead examples how the templates can be made.


Grid Redstone.png  Function foo.Bar
Returns the given number
Syntax foo.Bar(number number)
Returns number number
Part of ComputerCraft
API none

Examples

Grid paper.png  Example
Prints the number wrapped by foo.Bar()
Code
print(foo.Bar(2))
Output 2