Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Misc Functions)
(Misc Functions)
Line 224: Line 224:
 
* [[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|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 Require_Once|Require_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|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.
+
* [[Core Function Include_Once|Include_Once( <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:42, 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