<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to keywords-return</title><link>https://sourceforge.net/p/asil/wiki/keywords-return/</link><description>Recent changes to keywords-return</description><atom:link href="https://sourceforge.net/p/asil/wiki/keywords-return/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 20 Feb 2014 20:09:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/asil/wiki/keywords-return/feed" rel="self" type="application/rss+xml"/><item><title>keywords-return modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-return/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Used to return from a procedure.  If the procedure is a &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-get/"&gt;get&lt;/a&gt;&lt;/strong&gt; property accessor, &lt;strong&gt;&lt;a class="" href="../keyword-operator"&gt;operator&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a class="" href="../keywords-typecast"&gt;typecast&lt;/a&gt;&lt;/strong&gt;, or a &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-function/"&gt;function&lt;/a&gt;&lt;/strong&gt;, this is how you return a value from the procedure.  For commands, complex statements, and &lt;strong&gt;&lt;a class="" href="../keywords-set"&gt;set&lt;/a&gt;&lt;/strong&gt; property accessors, a &lt;strong&gt;return&lt;/strong&gt; is implied at the end of the procedure and is needed only to return early.&lt;/p&gt;
&lt;h2 id="commands-complex-statements-and-set-property-accessors"&gt;Commands, complex statements, and &lt;strong&gt;&lt;a class="" href="../keywords-set"&gt;set&lt;/a&gt;&lt;/strong&gt; property accessors&lt;/h2&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;\return\
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="functions-get-property-accessors-operators-and-type-casts"&gt;Functions, &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-get/"&gt;get&lt;/a&gt;&lt;/strong&gt; property accessors, operators, and type casts&lt;/h2&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;\return\ /SomeValue/
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;/SomeValue/ must be compatible with return type declared by the procedure.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Thu, 20 Feb 2014 20:09:14 -0000</pubDate><guid>https://sourceforge.netde714574e0519e0fa4a7fee43670d6d8238c6ac4</guid></item></channel></rss>