INCLAN: return: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by one other user not shown)
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. If used interactively, the command exits from the program.
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 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.