Syntax10.Scn.Fnt/ParcElemsAllocSyntax10i.Scn.Fnt # /'LineElemsAlloc5/u~,'/N C`/' 0с$#0(*/Compiler.Compile * marked viewer Compiler.Compile ^ | {filename} ~ list of files Compiler.Compile @ most recent selection OberonErrors.Text Compiler Error Codes  Compiler Options: (default values in parenthesis) x index check (on) v oberflow check (off) t type check (on) s allow generation of new symbol file (off) p pointer initialisation (on) a ASSERT evaluation (on) f find text position corresponding to selected pc value  Each file parameter may be followed by a slash ("\") and a list of options. Examples: Compiler.Compile *\n Compiler.Compile Demo.Mod\xnt Test.Mod\s ~  When working with folded texts, use the following  Folds.Compile * compiles text (possibly with folds) Folds.Compile ^ and places error elems Folds.Compile ~ Folds.ShowError * places caret to next error elem (also in folds) Folds.SetProfile sets options specified in Folds.Profile Folds.Restore collapses folds opened during ShowError Also see the Folds.Profile