G.print

From Data Realms Wiki

Revision as of 20:04, 13 October 2009 by Thoughtprocess (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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