Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Print: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg van (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
{{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  


'''Availability'''
'''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 03:54, 22 December 2011


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