qperr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
 
Error 35:  "=" expected
 
The statement requires an equal sign at the cursor.
 
Check the syntax for the statement. This error often
occurs in CONST initializations or TYPE declarations.
Use := for value assignments and = for testing equality
or initializing a constant.