<?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-function</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>Recent changes to keywords-function</description><atom:link href="https://sourceforge.net/p/asil/wiki/keywords-function/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 16 Feb 2014 10:45:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/asil/wiki/keywords-function/feed" rel="self" type="application/rss+xml"/><item><title>keywords-function modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,6 +1,7 @@
 A function is a basically a command that returns a value.  It may or may not change something in some manner.  Each function must have a **[returns](keywords-returns)** clause.  Use the **[return](keywords-return)** keyword to return the value.  See the section on [Functions] for more information.

 ~~~~
+:::text
 \function\ identifier [OptionalDeclarationSequence]
     \returns\ TypeName
   ' Whatever the function does should be here
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Sun, 16 Feb 2014 10:45:21 -0000</pubDate><guid>https://sourceforge.net68bd3ad171b860902bc469b9a34d956758cd5c92</guid></item><item><title>keywords-function modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -7,4 +7,4 @@
   \return\ SomeValue
 ~~~~

-For more on declaration sequences, see [Declaration sequence](Terms-Declaration sequence).
+For more on declaration sequences, see [Declaration sequence](Appendicies-Terms-Declaration sequence).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Sun, 16 Feb 2014 09:47:24 -0000</pubDate><guid>https://sourceforge.net9e842b752080b8108a119c08e06d856f16f3c17d</guid></item><item><title>keywords-function modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -7,4 +7,4 @@
   \return\ SomeValue
 ~~~~

-For more on declaration sequences, see [Declaration Sequence](Terms-Declaration sequence).
+For more on declaration sequences, see [Declaration sequence](Terms-Declaration sequence).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Sun, 16 Feb 2014 09:43:50 -0000</pubDate><guid>https://sourceforge.net4b7eb930f3276e2d061ce118303649face49a929</guid></item><item><title>keywords-function modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -7,4 +7,4 @@
   \return\ SomeValue
 ~~~~

-For more on declaration sequences, see [Declaration Sequence](Terms-Declaration Sequence).
+For more on declaration sequences, see [Declaration Sequence](Terms-Declaration sequence).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Sun, 16 Feb 2014 09:43:17 -0000</pubDate><guid>https://sourceforge.net99617f5fff6b50921615416299a02eaab0c1cbdc</guid></item><item><title>keywords-function modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -7,4 +7,4 @@
   \return\ SomeValue
 ~~~~

-For more on declaration sequences, see [Declaration Sequence].
+For more on declaration sequences, see [Declaration Sequence](Terms-Declaration Sequence).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Sun, 16 Feb 2014 09:42:50 -0000</pubDate><guid>https://sourceforge.net773c80514f685082a7ebacedc14811670b2824dd</guid></item><item><title>keywords-function modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-function/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
-A function is a basically a command that returns a value.  It may or may not change something in some manner.  Each function must have a [**returns**] clause.  Use the [**return**] keyword to return the value.  See the section on [Functions] for more information.
+A function is a basically a command that returns a value.  It may or may not change something in some manner.  Each function must have a **[returns](keywords-returns)** clause.  Use the **[return](keywords-return)** keyword to return the value.  See the section on [Functions] for more information.

 ~~~~
 \function\ identifier [OptionalDeclarationSequence]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Sun, 16 Feb 2014 09:15:22 -0000</pubDate><guid>https://sourceforge.net104ead9984b9dde04d8546cf1671c045143173b1</guid></item><item><title>**function** modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/%252A%252Afunction%252A%252A/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,7 +2,7 @@

 ~~~~
 \function\ identifier [OptionalDeclarationSequence]
-    \returns\ Type
+    \returns\ TypeName
   ' Whatever the function does should be here
   \return\ SomeValue
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Wed, 12 Feb 2014 12:23:28 -0000</pubDate><guid>https://sourceforge.net1a2b37b311bdf72deb94add566fd77e997b61a29</guid></item><item><title>**function** modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/%252A%252Afunction%252A%252A/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -7,4 +7,4 @@
   \return\ SomeValue
 ~~~~

-For more on declaration sequences, see [Declaration Sequences].
+For more on declaration sequences, see [Declaration Sequence].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Wed, 12 Feb 2014 10:16:41 -0000</pubDate><guid>https://sourceforge.net672d4786346235f5395cf27b5b5cb32ffc5b1b5b</guid></item><item><title>**function** modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/%252A%252Afunction%252A%252A/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
-A function is a basically a command that returns a value.  It may or may not change something in some manner.  Each function must have a [**returns**] clause.  Use the [**return**] keyword to return the value.
+A function is a basically a command that returns a value.  It may or may not change something in some manner.  Each function must have a [**returns**] clause.  Use the [**return**] keyword to return the value.  See the section on [Functions] for more information.

 ~~~~
 \function\ identifier [OptionalDeclarationSequence]
@@ -6,3 +6,5 @@
   ' Whatever the function does should be here
   \return\ SomeValue
 ~~~~
+
+For more on declaration sequences, see [Declaration Sequences].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Wed, 12 Feb 2014 10:15:51 -0000</pubDate><guid>https://sourceforge.net7d1d8ef422b0717f20600e8a77fef33400f17e58</guid></item><item><title>**function** modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/%252A%252Afunction%252A%252A/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A function is a basically a command that returns a value.  It may or may not change something in some manner.  Each function must have a &lt;span&gt;[&lt;strong&gt;returns&lt;/strong&gt;]&lt;/span&gt; clause.  Use the &lt;span&gt;[&lt;strong&gt;return&lt;/strong&gt;]&lt;/span&gt; keyword to return the value.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt; &lt;span class="nx"&gt;identifier&lt;/span&gt; &lt;span class="cp"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;OptionalDeclarationSequence&lt;/span&gt;&lt;span class="cp"&gt;]&lt;/span&gt;
    &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;returns&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt; &lt;span class="nx"&gt;Type&lt;/span&gt;
  &lt;span class="err"&gt;'&lt;/span&gt; &lt;span class="nx"&gt;Whatever&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;does&lt;/span&gt; &lt;span class="nx"&gt;should&lt;/span&gt; &lt;span class="nx"&gt;be&lt;/span&gt; &lt;span class="nx"&gt;here&lt;/span&gt;
  &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="k"&gt;return&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt; &lt;span class="nx"&gt;SomeValue&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Wed, 12 Feb 2014 10:13:54 -0000</pubDate><guid>https://sourceforge.net67b3d7079500c15217cc4ae0e3047492c5c9c94b</guid></item></channel></rss>