Difference between revisions of "Template:Example"

From ComputerCraft Wiki
Jump to: navigation, search
m (Reverted edits by 67.189.72.22 (talk) to last revision by AfterLifeLochie)
m (Protected "Template:Example": This template is a live template; please edit using a sandbox! ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(No difference)

Latest revision as of 11:28, 3 December 2012


Wiki code

{{Example
 |desc=Prints a message
 |code=print("Hello world!")
 |output=Hello world!
 }}

Result

Grid paper.png  Example
Prints a message
Code
print("Hello world!")
Output Hello world!