Print

From Catglobe Wiki
Jump to: navigation, search


print

Prints the value of the parameter to the console.

Syntax

print(expression)

Arguments

expression: Is an expression of any types defined

Return type

empty

Example

print("Hello"); //Result: Hello

Availability

Version 4.8