Error Type Something Expected Nothing

From Bohemia Interactive Community
Revision as of 02:10, 11 June 2006 by Fragorl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Error Type Something Expected Nothing

This error usually occurs when a statement is incomplete, malformed, or non-existent.


Compatibility:

Version 1.96


Example (non-existent statement):

7 + 6 * 5

Example (malformed statement):

3 = 4

Example (incomplete statement): _myVariable