Compiles a DataBasic program, ignoring the case of keywords, variables and labels.
COMPILE file-specifier item-list {(options}
Refer to the BASIC command for details of syntax elements and options.
COMPILE is functionally identical to the BASIC command, except that the case of keywords, variables and labels is ignored; for example, the variables FRED, fred and FrEd are treated as a single variable.
Note: Use COMPILE to compile programs imported from MultiValue systems that permit case-insensitive keywords, variables and labels.
Refer to the BASIC command for full details of operation.