An identifier is expected here. This error can occur with settings, function declarations, and compiler directives
Settings should be in the form setting = value. Example:
default: 0 = 100 ; Error
The solution is to insert the correct setting identifier here.
default: maxiter = 100
See Also
Errors