INCLAN: return: Difference between revisions

From CYANA Wiki
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.
 
If used interactively, the command exits from the program.

Latest revision as of 17: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.