3. Statements : OpenROAD SQL Statements : Execute Procedure Statement : Example—Exit Statement
 
Share this page                  
Example—Exit Statement
The following event block, defined for the Quit menu operation, uses an exit statement to end the application:
on click file.quit =
begin
          exit;
end