| Sub chapter pages:  CfgScript Expression Statement
 
The ExpressionStatment just terminate an Expression with a ';'
  CfgScript block Statement
 
The block statement groups multiple statements.
  CfgScript Branch Statements
 
Branches are conditional or unconditinal
  CfgScript Loop Statements
 
Various loops, like do/while, while, for, foreach are available
  CfgScript Type Declaration Statements
 
Type declarations introduces new Types in a Script
  CfgScript Variable Declaration Statements
 
Type declarations introduces new Variable in a Script
  CfgScript Synchronize Statements
 
CfgScript allow real multithread applications.
  CfgScript with Statement
 
The with statement introduce a shortcut to 
an often used expression.
  CfgScript using Statements
 
Using Statement import namespaces or object into current
scope
  CfgScript typealias Statements
 
Type alias introduces new name for anothother type name 
 |