TACL Reference Manual

Syntax Summary
HP NonStop TACL Reference Manual429513-018
A-14
STRUCT Declarations
#SYSTEMNUMBER \node-name
#TACLOPERATION
#TACLSECURITY
#TACLVERSION / REVISION /
#TIMESTAMP
#TOSVERSION [ \node-name ]
#TRACE
#UNFRAME
#USELIST
#USERID user
#USERNAME user
#VARIABLEINFO / option [ , option ] ... / variable-level
#VARIABLES [ / { BREAKPOINT | IO } / ]
#VARIABLESV [ / { BREAKPOINT | IO } / ] variable-level
#WAIT variable-level [ variable-level ] ...
#WAKEUP
#WIDTH
STRUCT Declarations
The following summarizes the forms of the #DEF function used to create and redefine
structured variables:
#DEF variable STRUCT
{ BEGIN declaration [ declaration ] ... END ; }
|
( LIKE structure-identifier ; }
type identifier [ VALUE initial-value ] ;
type identifier ( lower-bound : upper-bound )
[ VALUE initial-value ] ;
STRUCT identifier [ ( lower-bound : upper-bound ) ] ;
{ BEGIN declaration [ declaration ] ... END ; }
|
{ LIKE structure-identifier ; }
FILLER num ;
type identifier [ ( lower-bound : upper-bound ) ]
REDEFINES previous-identifier ;