Skip to content
ricardoboss edited this page Sep 13, 2023 · 1 revision

Unexpected Token Exception

Description

The parser encountered an unexpected token.

Example:

number a 1

Remediation

Check the syntax you are trying to use and ensure that it is correct.

- number a 1
+ number a = 1