Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(Console Functions)
Line 12: Line 12:
 
* [[Core Function Print|Print( <expression> )]] -- Prints an expressions string value to the console window.
 
* [[Core Function Print|Print( <expression> )]] -- Prints an expressions string value to the console window.
 
* [[Core Function Println|Println( <expression> )]] -- Prints an expressions string value to the console window and inserts a newline charactor at the end.
 
* [[Core Function Println|Println( <expression> )]] -- Prints an expressions string value to the console window and inserts a newline charactor at the end.
 +
* [[Core Function Printf|Printf( <expression>, <expressions>... )]] -- Print a formatted string to the console window
 
* [[Core Function Input|Input( <expression> )]] -- Capture a string typed to console window.
 
* [[Core Function Input|Input( <expression> )]] -- Capture a string typed to console window.
 
* [[Core Function InputC|InputC( <expression> )]] -- Capture a char typed to console window.
 
* [[Core Function InputC|InputC( <expression> )]] -- Capture a char typed to console window.

Revision as of 05:51, 10 November 2011

Contents

Function Reference

User Functions

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Math Functions

String Functions

File Functions

Text File Create/Read/Write Functions

Misc Functions

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox