G.print

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
Thoughtprocess (Talk)
(printy)

Latest revision as of 20:04, 13 October 2009

Function
Syntaxprint( [ number ] [ string ] )
Description:
Global Function for printing text to the console.
Returnsnil




Example
DescriptionPrints "Hello World!" to the console.
Code
  1. print("Hello World!")
OutputConsole line that reads "PRINT: Hello World!"
Personal tools