G.print
From Data Realms Wiki
Revision as of 20:04, 13 October 2009 by Thoughtprocess (Talk)
Function | |
---|---|
Syntax | print( [ number ] [ string ] ) |
Description: | |
Global Function for printing text to the console. | |
Returns | nil |
Example | |
---|---|
Description | Prints "Hello World!" to the console. |
Code | |
Output | Console line that reads "PRINT: Hello World!" |