Skip to content
ricardoboss edited this page Nov 16, 2023 · 2 revisions

Missing Expression Exception

Description

The value expression is missing.

Example:

number a = 

Remediation

Add a value expression to the variable declaration.

Example:

- number a = 
+ number a = 1