Initialization Program Section This program section contains the statements (except Go commands) to be executed upon running the Simulation Control Program. All statements are contained within the keywords INIT and END INIT. INIT cc:= 23.6; yy:= 4000; gamma:= ‘light standard’; SET INFINITE LOOP 50; END INIT;
This program section contains the statements (except Go commands) to be executed upon running the Simulation Control Program. All statements are contained within the keywords INIT and END INIT.
Go
INIT
END INIT