Syntax: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
* [[SQS syntax]] (deprecated since Armed Assault)
* [[SQS syntax]] (deprecated since Armed Assault)
* [[SQF syntax]]
* [[SQF syntax]]
== Syntax Constructs ==
* [[Block]]
* [[Control Structures]]
* [[Expression]]
* [[Identifier]]
* [[Operand]]
* [[Operators]]
* [[Statements]]


[[Category: Syntax| ]]
[[Category: Syntax| ]]

Revision as of 04:09, 22 December 2006

A syntax is a set of rules for the layout of scripting code. It assures that the game engine can read and understand the code by defining rules and control structures for the code.

In Operation Flashpoint and Armed Assault two different syntax are available:

Syntax Constructs