Skip to content

PreErrorChecking

Nathaniel Sabanski edited this page Jan 20, 2016 · 11 revisions

Added by Bot Buider

In this compiler step, basic syntax errors are checked.

It checks that:

It also warns you when you attempt to use an assign "=" rather than a comparison "==" in a conditional.

Clone this wiki locally