INCLAN: return: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
(New page: == Synopsis == '''return''' == Description == Exits from the current macro and returns to the calling macro or, if the macro was called interactively, to interactive input.)
 
No edit summary
 
(2 intermediate revisions 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.
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.