<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=RETURN</id>
	<title>RETURN - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=RETURN"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=RETURN&amp;action=history"/>
	<updated>2026-04-09T17:27:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=RETURN&amp;diff=725&amp;oldid=prev</id>
		<title>ConvertBot: Returns from a macro, procedure, subroutine, or control section</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=RETURN&amp;diff=725&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:38Z</updated>

		<summary type="html">&lt;p&gt;Returns from a macro, procedure, subroutine, or control section&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Returns from a macro, procedure, subroutine, or control section&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Returns the macro pointer and thread of execution to the caller at&lt;br /&gt;
the point where the currently executing code was called.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
  startmacro&lt;br /&gt;
&lt;br /&gt;
    say &amp;quot;Going to procedure ABC.&amp;quot;&lt;br /&gt;
    call abc&lt;br /&gt;
    say &amp;quot;Back where we started from.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    stop&lt;br /&gt;
&lt;br /&gt;
    procedure abc&lt;br /&gt;
    say &amp;quot;Within procedure ABC.&amp;quot;&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
  endmacro&lt;br /&gt;
&lt;br /&gt;
When this macro runs, it will produce the output:&lt;br /&gt;
&lt;br /&gt;
Going to procedure ABC.&lt;br /&gt;
Within procedure ABC.&lt;br /&gt;
Back where we started from.&lt;br /&gt;
&lt;br /&gt;
See Also:  CALL, PROCEDURE, GCONTROL&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>