<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Return - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=Return&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Fri, 01 May 2026 08:01:46 GMT</lastBuildDate>
		<item>
			<title>Sandman at 11:04, 24 April 2008</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Return&amp;diff=4659&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 11:04, 24 April 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 18:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 18:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;End&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;End&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;/pre&amp;gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;/pre&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;Used in example: [[Function]], [[Private]], [[Begin]], [[End]], [[Return]], [[String]]&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Thu, 24 Apr 2008 11:04:26 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Return</comments>		</item>
		<item>
			<title>Sandman: New page: Category:reserved Category:language Category:Basic statement  == Definition == '''Return''' [&lt;value&gt;];  Return is a reserved word used to return a value in a function. The retu...</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Return&amp;diff=4656&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Reserved&quot; title=&quot;Category:Reserved&quot;&gt;Category:reserved&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Language&quot; title=&quot;Category:Language&quot;&gt;Category:language&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Basic_statement&quot; title=&quot;Category:Basic statement&quot;&gt;Category:Basic statement&lt;/a&gt;  == Definition == '''Return''' [&amp;lt;value&amp;gt;];  Return is a reserved word used to return a value in a function. The retu...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:reserved]]&lt;br /&gt;
[[Category:language]]&lt;br /&gt;
[[Category:Basic statement]]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
'''Return''' [&amp;lt;value&amp;gt;];&lt;br /&gt;
&lt;br /&gt;
Return is a reserved word used to return a value in a function. The returned value must be of the datatype specified as the returndatatype (see [[Function]]). By default, the returntype of a process or function is an [[int]]. When this statement is reached, the function in which it resides will stop execution and return the specified value. If a value was not specified, the [[ProcessID]] will be returned.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Function string example_function()&lt;br /&gt;
Private&lt;br /&gt;
    string s;&lt;br /&gt;
Begin&lt;br /&gt;
    s = &amp;quot;Some string;&lt;br /&gt;
    return s;&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</description>
			<pubDate>Thu, 24 Apr 2008 10:56:55 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Return</comments>		</item>
	</channel>
</rss>