Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Misc)
(Misc Functions)
Line 230: Line 230:
 
* [[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|Require( <file>, <flag> )]] -- Add all functions etc from a file 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>, <flag> )]] -- Add all functions etc from a file for use and execute all expressions.
  
 
=== User Defined Functions ===
 
=== User Defined Functions ===

Revision as of 03:35, 20 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
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