Simulation Command Reference : Rational Statemate Actions : INIT

INIT

The INIT statement is used to define statements that are executed at the beginning of each execution of the SCP.

Syntax:
init
statement
. . .
[; statement ]
end init
Contains any SCL statements except go statements.
Example:
INIT
zb := 23.6 ;
gen := 4000 ;
rname := “light standard” ;
SET INFINITE LOOP 50 ;
END INIT