Core Function Print

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> Print( <expression> ) </pre> === Description === Prints an expressions string value to the console window === Parameters === ==== Expression ==== The expression to pri...")
 
(Return Value)
Line 15: Line 15:
 
=== Return Value ===
 
=== Return Value ===
  
Success: Returns the new char.
+
None
 
+
Failure: Returns 0.
+
  
 
=== Remarks ===
 
=== Remarks ===

Revision as of 11:41, 29 November 2011

Print( <expression> )

Contents

Description

Prints an expressions string value to the console window

Parameters

Expression

The expression to print.

Return Value

None

Remarks

All values including Ints will be printed as if it was a string.

Example

print("Testy");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox