More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
{{HelpFiles}} | |||
==== 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 __NOTOC__ <!-- imported from file: 432.htm--> | |||
[[Category:General_Functions]] | |||
Latest revision as of 03:54, 22 December 2011
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