Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Type Checking)
(Misc Functions)
Line 223: Line 223:
 
* [[Core Function Eval|Eval( <expression>, <flag> )]] -- Evaluate a string as Sputnik code.
 
* [[Core Function Eval|Eval( <expression>, <flag> )]] -- Evaluate a string as Sputnik code.
 
* [[Core Function GC|GC( <flag> )]] -- Use the garbage collector.
 
* [[Core Function GC|GC( <flag> )]] -- Use the garbage collector.
 +
* [[Core Function Require|Require( <file> )]] -- Add all functions etc from a file for use.
 +
* [[Core Function Require_Once|Once( <file> )]] -- Add all functions etc from a file (Only once and do not add the same file twice) for use.
 +
* [[Core Function Include|Include( <file> )]] -- Add all functions etc from a file for use and execute all expressions.
 +
* [[Core Function Include_Once|Include( <file> )]] -- Add all functions etc from a file (Only once and do not add the same file twice) for use and execute all expressions.
  
 
=== User Defined Functions ===
 
=== User Defined Functions ===

Revision as of 16:41, 19 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Arrays
Type Checking

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