prev  Menu  next

Option Menu   Syntax

Standard (ISO Full BASIC)
denies implicit array declaration.
The default option base is 1.
Compel All Variables Declared
All variables in Full BASIC can be declared using DECLARE-NUMERIC and DECLARE-STRING.
When this option is enabled, compiling stops if any non-declared variable or function is found.
This feature is effective to avoid a bug caused by a typo.
Minimal BASIC Compatible
allows implicit array declaration.
The default option base is 0.