Print
This functions prints text to the application console. It is useful for revealing debug information.
Syntax
- Print( string value )
- Print( number value )
- Print( number value )
- Print( bool value )
- Print( Object value )
- Print( string value )
- Print( string value )
- Print( Object value )
Parameters
- value: the value to print. This can take the form of many types of data.
Example
System:Print("Hello World")