Error Type Something Expected Nothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Removed spam.)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 23:01, 18 January 2010

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