<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Commands</title><link>https://sourceforge.net/p/ros-code/wiki/Commands/</link><description>Recent changes to Commands</description><atom:link href="https://sourceforge.net/p/ros-code/wiki/Commands/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 30 Jul 2017 00:06:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ros-code/wiki/Commands/feed" rel="self" type="application/rss+xml"/><item><title>Commands modified by Richie Bendall</title><link>https://sourceforge.net/p/ros-code/wiki/Commands/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,52 +6,52 @@
     ros.message_print('text')
 ### or
     ros.message_print(variable)
-
+___
 ## add_print(firstnum,secondnum)
 ### Adds the 2 numbers provided and prints it.
 ### Usage:
     ros.add_print(firstnumber,secondnumber)
-
+___
 ## subtract_print(firstnum,secondnum)
 ### Subtracts the 2 numbers provided and prints it.
 ### Usage:
     ros.add_print(firstnumber,secondnumber)
-
+___
 ## multiply_print(firstnum,secondnum)
 ### Multiplys the 2 numbers provided and prints it
 ### Usage:
     ros.add_print(firstnumber,secondnumber)
-
+___
 ## divide_print(firstnum,secondnum)
 ### Divides the 2 numbers provided and prints it
 ### Usage:
     ros.add_print(firstnumber,secondnumber)
-
+___
 ## add_write(firstnum,secondnum)
 ### Adds the 2 numbers provided and writes them to the variable ros_output
 ### Usage:
     ros.add_write(firstnumber,secondnumber)
-
+___
 ## subtract_write(firstnum,secondnum)
 ### Subtracts the 2 numbers provided and writes them to the variable ros_output
 ### Usage:
     ros.add_write(firstnumber,secondnumber)
-
+___
 ## multiply_write(firstnum,secondnum)
 ### Multiplys the 2 numbers provided and writes them to the variable ros_output
 ### Usage:
     ros.add_write(firstnumber,secondnumber)
-
+___
 ## divide_write(firstnum,secondnum)
 ### Divides the 2 numbers provided and writes them to the variable ros_output
 ### Usage:
     ros.add_write(firstnumber,secondnumber)
-
+___
 ## error(text)
 ### Manually triggers an error at runtime
 ### Usage:
     ros.error('error')
-
+___
 ## store(value)
 ### Stores the specified value in the variable ros_stored
 ### Usage:
@@ -60,5 +60,6 @@
 # Debug Commands:
 ## debug_varglobal()
 Makes the variables ros_output and ros_stored global
+___
 ## debug_supresswarnings()
 Ignore warnings upon execution
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richie Bendall</dc:creator><pubDate>Sun, 30 Jul 2017 00:06:09 -0000</pubDate><guid>https://sourceforge.net25a2823e0c203a2146e12a7ead0e148adaa3d3c9</guid></item><item><title>Commands modified by Richie Bendall</title><link>https://sourceforge.net/p/ros-code/wiki/Commands/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="regular-commands"&gt;Regular Commands:&lt;/h1&gt;
&lt;h2 id="message_printtext"&gt;message_print(text)&lt;/h2&gt;
&lt;h3 id="prints-a-message-or-variable"&gt;Prints a message or variable&lt;/h3&gt;
&lt;h3 id="usage"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.message_print('text')
&lt;/pre&gt;&lt;/div&gt;


&lt;h3 id="or"&gt;or&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.message_print(variable)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="add_printfirstnumsecondnum"&gt;add_print(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="adds-the-2-numbers-provided-and-prints-it"&gt;Adds the 2 numbers provided and prints it.&lt;/h3&gt;
&lt;h3 id="usage_1"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_print(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="subtract_printfirstnumsecondnum"&gt;subtract_print(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="subtracts-the-2-numbers-provided-and-prints-it"&gt;Subtracts the 2 numbers provided and prints it.&lt;/h3&gt;
&lt;h3 id="usage_2"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_print(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="multiply_printfirstnumsecondnum"&gt;multiply_print(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="multiplys-the-2-numbers-provided-and-prints-it"&gt;Multiplys the 2 numbers provided and prints it&lt;/h3&gt;
&lt;h3 id="usage_3"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_print(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="divide_printfirstnumsecondnum"&gt;divide_print(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="divides-the-2-numbers-provided-and-prints-it"&gt;Divides the 2 numbers provided and prints it&lt;/h3&gt;
&lt;h3 id="usage_4"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_print(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="add_writefirstnumsecondnum"&gt;add_write(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="adds-the-2-numbers-provided-and-writes-them-to-the-variable-ros_output"&gt;Adds the 2 numbers provided and writes them to the variable ros_output&lt;/h3&gt;
&lt;h3 id="usage_5"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_write(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="subtract_writefirstnumsecondnum"&gt;subtract_write(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="subtracts-the-2-numbers-provided-and-writes-them-to-the-variable-ros_output"&gt;Subtracts the 2 numbers provided and writes them to the variable ros_output&lt;/h3&gt;
&lt;h3 id="usage_6"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_write(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="multiply_writefirstnumsecondnum"&gt;multiply_write(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="multiplys-the-2-numbers-provided-and-writes-them-to-the-variable-ros_output"&gt;Multiplys the 2 numbers provided and writes them to the variable ros_output&lt;/h3&gt;
&lt;h3 id="usage_7"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_write(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="divide_writefirstnumsecondnum"&gt;divide_write(firstnum,secondnum)&lt;/h2&gt;
&lt;h3 id="divides-the-2-numbers-provided-and-writes-them-to-the-variable-ros_output"&gt;Divides the 2 numbers provided and writes them to the variable ros_output&lt;/h3&gt;
&lt;h3 id="usage_8"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.add_write(firstnumber,secondnumber)
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="errortext"&gt;error(text)&lt;/h2&gt;
&lt;h3 id="manually-triggers-an-error-at-runtime"&gt;Manually triggers an error at runtime&lt;/h3&gt;
&lt;h3 id="usage_9"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.error('error')
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="storevalue"&gt;store(value)&lt;/h2&gt;
&lt;h3 id="stores-the-specified-value-in-the-variable-ros_stored"&gt;Stores the specified value in the variable ros_stored&lt;/h3&gt;
&lt;h3 id="usage_10"&gt;Usage:&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;ros.store(value)
&lt;/pre&gt;&lt;/div&gt;


&lt;h1 id="debug-commands"&gt;Debug Commands:&lt;/h1&gt;
&lt;h2 id="debug_varglobal"&gt;debug_varglobal()&lt;/h2&gt;
&lt;p&gt;Makes the variables ros_output and ros_stored global&lt;/p&gt;
&lt;h2 id="debug_supresswarnings"&gt;debug_supresswarnings()&lt;/h2&gt;
&lt;p&gt;Ignore warnings upon execution&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richie Bendall</dc:creator><pubDate>Sun, 30 Jul 2017 00:06:09 -0000</pubDate><guid>https://sourceforge.netccb5612b3a7d9f5ec4a64c8378463fefa35ef18b</guid></item></channel></rss>