User Tools

Site Tools


ofp:missions:errortypesomething

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ofp:missions:errortypesomething [2008-04-27 14:38] (current)
snakeman created initial errortypesomething page
Line 1: Line 1:
 +====== Error Type Something Expected Nothing ======
  
 +This error usually occurs when a statement is incomplete, malformed, or non-existent.
 +
 +Example (non-existent statement):
 +<​code>​
 +7 + 6 * 5
 +</​code>​
 +
 +Example (malformed statement):
 +<​code>​
 +3 = 4
 +</​code>​
 +
 +Example (incomplete statement):
 +<​code>​
 +_myVariable
 +</​code>​
ofp/missions/errortypesomething.txt ยท Last modified: 2008-04-27 14:38 by snakeman