<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Users</title><link>https://sourceforge.net/p/sourscript/wiki/Users/</link><description>Recent changes to Users</description><atom:link href="https://sourceforge.net/p/sourscript/wiki/Users/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Jul 2013 13:12:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sourscript/wiki/Users/feed" rel="self" type="application/rss+xml"/><item><title>Users modified by MrMojoRisin5</title><link>https://sourceforge.net/p/sourscript/wiki/Users/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -11,17 +11,20 @@
 GENERAL COMMANDS:
 "write(something)": Writes something on the screen.
 "close": Quits the SourScript console.
+"update": Sends you to the SourScript download page.
 "version": Shows the current version of SourScript.
 "developers": Shows all the people who have worked on SourScript.
 "datetime": Shows the CURRENT date and time.

 VARIABLE COMMANDS:
-"newvar(variable_name, value)": Creates a new variable and gives it a value.
+"newvar(variable_name, value)": Creates a new variable and gives it a value. Default value is 0.
 "delvar(variable_name)": Deletes the variable with that name (if there is one).
 "showvar(variable_name)": Shows the variable and its value.
 "showvars": Shows all the variables.
 "clearvars": Deletes all variables.
-"add(var_name, value)": Adds a value to the variable.
-"subtract(var_name, value)": Subtracts a value from the variable.
-"multiply(var_name, value)": Multiplies the variable by a value.
-"divide(var_name, value)": Divides the variable by a value.
+"add(var_name, value)": Adds the "value" to the variable. "value" can also be a variable itself.
+"subtract(var_name, value)": Subtracts the "value" from the variable. "value" can also be a variable itself.
+"multiply(var_name, value)": Multiplies the variable by the "value". "value" can also be a variable itself.
+"divide(var_name, value)": Divides the variable by the "value". "value" can also be a variable itself.
+"stringAdd(var1, var2, holder_var)": Combines the strings of var1 and var2 and stores them in a new variable (holder_var).
+"getType(variable)": Shows the type of the variable (String or Number).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MrMojoRisin5</dc:creator><pubDate>Thu, 11 Jul 2013 13:12:51 -0000</pubDate><guid>https://sourceforge.net35d39a595da549c509dcc9e6ab38d375e8020664</guid></item><item><title>Users modified by MrMojoRisin5</title><link>https://sourceforge.net/p/sourscript/wiki/Users/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="users-page"&gt;Users Page&lt;/h1&gt;
&lt;h2 id="how-to-use-sourscript"&gt;How to use SourScript&lt;/h2&gt;
&lt;p&gt;To use SourScript, you just open it, type in a command and press enter.&lt;/p&gt;
&lt;p&gt;Here are all the commands:&lt;/p&gt;
&lt;p&gt;GENERAL COMMANDS:&lt;br /&gt;
"write(something)": Writes something on the screen.&lt;br /&gt;
"close": Quits the SourScript console.&lt;br /&gt;
"version": Shows the current version of SourScript.&lt;br /&gt;
"developers": Shows all the people who have worked on SourScript.&lt;br /&gt;
"datetime": Shows the CURRENT date and time.&lt;/p&gt;
&lt;p&gt;VARIABLE COMMANDS:&lt;br /&gt;
"newvar(variable_name, value)": Creates a new variable and gives it a value.&lt;br /&gt;
"delvar(variable_name)": Deletes the variable with that name (if there is one).&lt;br /&gt;
"showvar(variable_name)": Shows the variable and its value.&lt;br /&gt;
"showvars": Shows all the variables.&lt;br /&gt;
"clearvars": Deletes all variables.&lt;br /&gt;
"add(var_name, value)": Adds a value to the variable.&lt;br /&gt;
"subtract(var_name, value)": Subtracts a value from the variable.&lt;br /&gt;
"multiply(var_name, value)": Multiplies the variable by a value.&lt;br /&gt;
"divide(var_name, value)": Divides the variable by a value.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MrMojoRisin5</dc:creator><pubDate>Thu, 13 Jun 2013 17:49:32 -0000</pubDate><guid>https://sourceforge.netf56792f490491f06d5a1e10d69562327a4bb9fac</guid></item></channel></rss>