Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

1442-system-option.markdown

File metadata and controls

16 lines (13 loc) · 1.01 KB

OPTION

OPTION keyword

Used to pass parameters to the run-time environment.

OptionDescription
OPTION BASE 0,1Set lowest allowed index of arrays to 0 or 1
OPTION PREDEF ANTIALIAS on,offSet anti-aliasing for drawing lines or circles
OPTION MATCH PCRE [CASELESS]SIMPLESet matching algorithm to (P)erl-(C)ompatible (R)egular (E)xpressions library or back to simple one for LIKE and FILES
OPTION PREDEF QUIETSets the quiet flag (-q option)
OPTION PREDEF COMMAND cmdstrSets the COMMAND$ string to cmdstr (useful for debug reasons)
OPTION PREDEF GRMODE [WIDTHxHEIGHT[xBPP]]Sets the graphics mode flag (-g option) or sets the preferred screen resolution. Example: OPTION PREDEF GRMODE 320x320x16
OPTION PREDEF TEXTMODESets the text mode flag (-g- option)
OPTION PREDEF CSTRSets as default string style the C-style special character encoding (\)
close