Difference between revisions of "Print"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(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 05: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