G.print

From Data Realms Wiki

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