current stable:
0.99.6
unstable:
cvs (0.99.7)
General
  Home / News
  About
  Contact
  The Team

Obtaining
  Download
  Source Tarball
  CVS Web View
  Misc. Files

Documentation
  Introduction
The Manual
  Download [html]
  Download [pdf]
  View Online
API
  Download [html]
  View Online
Resources
  Script Examples

Developer
  Introduction
Developer Guide
  Download [html]
  Download [pdf]
  View Online
Ferite C API
  Download [html]
  View Online




Open Source Approved

SourceForge Logo
KwMap.net - browse the Keyword Map of ferite.org

[previous] Operators[up][toc]Control Structures [next]


Statements

Statements are basically a collection of expressions followed by a ';'. A block of statements is defined as multiple statements between braces {}'s. It is as simple as that.

    Example:
    
    x = 1 + 2;
    x++;
    				


[previous] Operators[up][toc]Control Structures [next]
ferite et al © 2000-2004, Chris Ross