Sub chapter pages: CfgScript Syntax Elements
Explanation of Sytanx
CfgScript Source
CfgScript Source files normally ends with .csf.
CfgScript Preprocessor statements
With the include preprocessor statement other .csf files can
be included into another script file.
CfgScript Types
CfgScript supports a rich type system
CfgScript Expressions
Expression results into a value
CfgScript Backtick Expressions
A very powerful feature of scripting language - like unix shell or perl -
is the ability of inline evaluation of strings.
CfgScript Statements
Statments represends the basic operations to control execution flow
CfgScript Class
CfgScript is a object oriented language reusing and extends the ACDK class modell.
CfgScript Logging
CfgScript has a build in logging functionality, which is based on the acdk::util::logging framework.
|