System Reference Summary : Statements : OpenROAD Language Statements : Return Statement
 
Share this page          
Return Statement
This statement closes the current frame or called procedure and returns to the calling frame or procedure.
It has the following syntax:
return [expression];