<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://smartbox.benryves.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=PARAMETER</id>
	<title>PARAMETER - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://smartbox.benryves.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=PARAMETER"/>
	<link rel="alternate" type="text/html" href="https://smartbox.benryves.com/mediawiki/index.php?title=PARAMETER&amp;action=history"/>
	<updated>2026-05-22T20:08:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://smartbox.benryves.com/mediawiki/index.php?title=PARAMETER&amp;diff=58&amp;oldid=prev</id>
		<title>Benryves: Created page with &quot;== Syntax ==  PARAMETER variable,variable,variable...  == Description ==  The PARAMETER command assigns values to variables in a procedure. Any number of values can be ‘passed’ to the procedure in this way. It is like performing a number of LET commands at once.  == Example ==  First type in this procedure ''sum'':   PARAMETER number1,number2,number3  PRINT &quot;Add together &quot;;  PRINT number1;&quot;+&quot;;number2;&quot;+&quot;;number3  PRINT &quot;= &quot;;  PRINT number1+number2+number3  Now fr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://smartbox.benryves.com/mediawiki/index.php?title=PARAMETER&amp;diff=58&amp;oldid=prev"/>
		<updated>2023-10-06T19:31:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax ==  PARAMETER variable,variable,variable...  == Description ==  The PARAMETER command assigns values to variables in a procedure. Any number of values can be ‘passed’ to the procedure in this way. It is like performing a number of &lt;a href=&quot;/wiki/LET&quot; title=&quot;LET&quot;&gt;LET&lt;/a&gt; commands at once.  == Example ==  First type in this procedure &amp;#039;&amp;#039;sum&amp;#039;&amp;#039;:   PARAMETER number1,number2,number3  PRINT &amp;quot;Add together &amp;quot;;  PRINT number1;&amp;quot;+&amp;quot;;number2;&amp;quot;+&amp;quot;;number3  PRINT &amp;quot;= &amp;quot;;  PRINT number1+number2+number3  Now fr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
PARAMETER variable,variable,variable...&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The PARAMETER command assigns values to variables in a procedure.&lt;br /&gt;
Any number of values can be ‘passed’ to the procedure in this way.&lt;br /&gt;
It is like performing a number of [[LET]] commands at once.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
First type in this procedure ''sum'':&lt;br /&gt;
&lt;br /&gt;
 PARAMETER number1,number2,number3&lt;br /&gt;
 PRINT &amp;quot;Add together &amp;quot;;&lt;br /&gt;
 PRINT number1;&amp;quot;+&amp;quot;;number2;&amp;quot;+&amp;quot;;number3&lt;br /&gt;
 PRINT &amp;quot;= &amp;quot;;&lt;br /&gt;
 PRINT number1+number2+number3&lt;br /&gt;
&lt;br /&gt;
Now from the main screen call the procedure by typing&lt;br /&gt;
&lt;br /&gt;
 sum 1,2,3 &amp;lt;Enter&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The screen will display&lt;br /&gt;
&lt;br /&gt;
 Add together 1+2+3&lt;br /&gt;
 = 6&lt;br /&gt;
&lt;br /&gt;
== Associated keywords ==&lt;br /&gt;
&lt;br /&gt;
* [[LET]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Reference]]&lt;br /&gt;
[[Category:Procedure]]&lt;/div&gt;</summary>
		<author><name>Benryves</name></author>
	</entry>
</feed>