User:MathManiac0/Templates
From ComputerCraft Wiki
< User:MathManiac0
Revision as of 06:21, 3 June 2013 by AfterLifeLochie (Talk | contribs) (Remove weird Peripherals wikilink (hurr?))
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.
Function foo.Bar | |
Returns the given number | |
Syntax | foo.Bar(int number) |
Returns | int number |
Part of | ComputerCraft |
API | none |
Examples
Example | |
Prints the number wrapped by foo.Bar() | |
Code |
print(foo.Bar(2)) |
Output | 2 |