Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Math Functions)
(Console Functions)
Line 9: Line 9:
  
 
==== Console Functions ====
 
==== Console Functions ====
* [[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 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
* [[Core Function Cls|Cls( )]] -- Clear all text from the console window.
+
* [[Core Function Cls|Cls( )]] -- Clear all text from the console window
  
 
==== Variable Type Conversions ====
 
==== Variable Type Conversions ====

Revision as of 22:41, 16 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox