The Fore language specification requires the use of the specified character in the code string.
To resolve the error, insert a character from the error text before the character highlighted by the cursor. The following errors are most common:
The ")" character is expected - the closing bracket is not specified after declaration of procedure or function parameters.
The ";" character is expected - the semicolon is not specified that is a symbol of the end of a code string. This character is also used on describing various structures.
The '.' character is expected - after specifying the type identifier add the '.' character to access members of this type.
See also: