System Reference Summary : Statements : OpenROAD Language Statements : Initialize Statement
 
Share this page          
Initialize Statement
This statement declares local variables and local procedures and performs any specified startup operations for a frame, field, or user class script. This statement also declares local procedures for a user class script.
It has the following syntax:
initialize [([parameterlist])] =
[declareblockwithprocedures]
[beginendblock[;]
For information about initializers, see “User Class Constructors” in the Language Reference Guide.