Syntax Checking¶
Purpose¶
An editor performs Syntax Checking and notifies the user of syntax errors in their program/script.
Usage¶
Rapise performs Syntax Checking as you type into the Source Editor. Messages regarding syntax errors can be found in the Warning View.
For example, you begin writing a function:
We have a typo here. We used }
instead of )
. Once the error is corrected, the warning view clears automatically: