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
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