3. Statements : OpenROAD Language Statements : Return Statement : Example—Return Statement
 
Share this page                  
Example—Return Statement
At the end operation, return control to the calling frame, passing back the value in the status variable:
on click file.end =
begin
     return status;
end