Core Function Println

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> Println( <expression> ) </pre> === Description === Prints an expressions string value to the console window and inserts a newline charactor at the end === Parameters ===...")
 
Line 18: Line 18:
  
 
=== Remarks ===
 
=== Remarks ===
 +
 +
The console supports printing unicode however it's also possible that your choice of Console font does not support that particular character. Click on the Windows Toolbar Menu (icon like C:.) and select Properties -> Font. Try some other fonts to see if they display your character properly.
  
 
All values including Ints will be printed as if it was a string.
 
All values including Ints will be printed as if it was a string.

Revision as of 11:43, 3 December 2011

Println( <expression> )

Contents

Description

Prints an expressions string value to the console window and inserts a newline charactor at the end

Parameters

Expression

The expression to print.

Return Value

None

Remarks

The console supports printing unicode however it's also possible that your choice of Console font does not support that particular character. Click on the Windows Toolbar Menu (icon like C:.) and select Properties -> Font. Try some other fonts to see if they display your character properly.

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

Example

println("Line 1");
println("Line 2");
println("Line 3");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox