Syntax summary 3

<< Click to Display Table of Contents >>

Navigation:  Reference > Syntax >

Syntax summary 3

! ---BRANCHING AND CONDITIONAL---

IF logical expression, command,

IF logical expression, THEN,

commands,

[ELSEIF logical expression,

commands,]

[ELSE,

commands,]

ENDIF,

UL logical expression, command,

UL logical expression, THEN,

commands,

[ELSEUL logical expression,

commands,]

[ELSE,

commands,]

ENDUL,

FILTER $svar/bit,

FILTER $mvar/bit,

FILTER $col/bit,

FILTER OFF,

@position,

GO TO @position,

GO TO svar(@position ,@position ... ),

GO OUT TO @position,

GO OUT TO $svar(@position ,@position ... ),

GO BACK,

STOP,

! ---REPORTING---

L ['text'].[$variable] ... ,

SHOW ['text'].[$variable].[BELL]. ... ,

! ---TABLE MANIPULATION---

MT #table [(part-id)] [(F= ... )] [(ID='text')] = table arithmetic,

MT #table [(part-id)] [(F= ... )] [(ID='text')] = ($wconstant ,$wconstant, ...),

MT #table [(part-id)] [(F= ... )] [(ID='text')] = %function,

MT #table [(part-id)] [(F= ... )] [(ID='text')] = $wconstant,

MT #table [(part-id)] [(F= ... )] [(ID='text')] = $wvar,

MT #table [(part-id)] [(F= ... )] [(ID='text')] = $cvar [(substring)],

L 'text'.#table,

! ---The remainder for any Stage

!

! ---TEXT DEFINITIONS---

V [$variable ,#table ] = labels,

H [$variable ,#table ] = labels,

FL [$variable ,$variable ] = labels,

X [$variable ,#table ] = labels,

VT [$variable ,#table ] = labels,

HT [$variable ,#table ] = labels,

XT [$variable ,#table ] = labels,

IT [#table ,#table ] = labels,

FT [$variable ,#table ] = labels,

BT [$variable ,#table ] = labels,

%special = labels,

! --- GLOBAL TEXT DEFINITIONS---

GLOBAL V$ = labels,

GLOBAL V$ UNSET,

GLOBAL V# = labels,

GLOBAL V# UNSET,

GLOBAL H$ = labels,

GLOBAL H$ UNSET,

GLOBAL H# = labels,

GLOBAL H# UNSET,

GLOBAL FL$ = labels,

GLOBAL FL$ UNSET,

GLOBAL X$ = labels,

GLOBAL X$ UNSET,

GLOBAL X# = labels,

GLOBAL X# UNSET,

GLOBAL VT$ = labels,

GLOBAL VT$ UNSET,

GLOBAL VT# = labels,

GLOBAL VT# UNSET,

GLOBAL HT$ = labels,

GLOBAL HT$ UNSET,

GLOBAL HT# = labels,

GLOBAL HT# UNSET,

GLOBAL XT$ = labels,

GLOBAL XT$ UNSET,

GLOBAL XT# = labels,

GLOBAL XT# UNSET,

GLOBAL IT# = labels,

GLOBAL IT# UNSET,

GLOBAL FT$ = labels,

GLOBAL FT$ UNSET,

GLOBAL FT# = labels,

GLOBAL FT# UNSET,

GLOBAL BT$ = labels,

GLOBAL BT$ UNSET,

GLOBAL BT# = labels,

GLOBAL BT# UNSET,

FINISH DATA,

FINISH TABLES,

FINISH MANIP,

FINISH PRINT,