Difference between revisions of "Print"
(jrfconvert import) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | |||
− | ====print==== | + | ==== print ==== |
− | Prints the value of the parameter to the console. | + | Prints the value of the parameter to the console. |
− | '''Syntax''' | + | '''Syntax''' |
− | print(expression) | + | print(expression) |
− | '''Arguments''' | + | '''Arguments''' |
− | expression: Is an expression of any types defined | + | expression: Is an expression of any types defined |
− | '''Return type''' | + | '''Return type''' |
− | empty | + | empty |
− | ''' | + | '''Example''' |
− | Version 4.8 | + | ''print("Hello"); //Result: Hello'' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 432.htm--> | + | '''Availability''' |
+ | |||
+ | Version 4.8 __NOTOC__ <!-- imported from file: 432.htm--> | ||
+ | |||
+ | [[Category:General_Functions]] |
Latest revision as of 04: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