Core Function Print
From Sputnik Wiki
Print( <expression> )
Contents |
Description
Prints an expressions string value to the console window
Parameters
Expression
The expression to print.
Return Value
None
Remarks
All values including Ints will be printed as if it was a string.
Example
print("Testy");