INCLAN: return: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
== Description == | == Description == | ||
Exits from the current macro and returns to the calling macro or, if the macro was called interactively, to interactive input. | Exits from the current macro and returns to the calling macro or, if the macro was called interactively, to interactive input. Given interactively, '''return''' exits from the program. | ||
Latest revision as of 16:40, 13 August 2009
Synopsis
return
Description
Exits from the current macro and returns to the calling macro or, if the macro was called interactively, to interactive input. Given interactively, return exits from the program.