<?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 accepted</title><link>https://sourceforge.net/p/lpm/wiki/Commands%2520accepted/</link><description>Recent changes to Commands accepted</description><atom:link href="https://sourceforge.net/p/lpm/wiki/Commands%20accepted/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 02 Jul 2013 04:33:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lpm/wiki/Commands%20accepted/feed" rel="self" type="application/rss+xml"/><item><title>Commands accepted modified by linuxlalala</title><link>https://sourceforge.net/p/lpm/wiki/Commands%2520accepted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">linuxlalala</dc:creator><pubDate>Tue, 02 Jul 2013 04:33:36 -0000</pubDate><guid>https://sourceforge.netea7c0d24e68eb8215ec56b3d52c5fbc62311ac69</guid></item><item><title>Commands modified by linuxlalala</title><link>https://sourceforge.net/p/lpm/wiki/Commands/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="commands-accepted"&gt;Commands accepted&lt;/h1&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#commands-accepted"&gt;Commands accepted&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#inputoutput-commands"&gt;Input/Output Commands&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#put"&gt;PUT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#get"&gt;GET&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#file-commands"&gt;File Commands&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#ldf"&gt;LDF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#clf"&gt;CLF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#wrt"&gt;WRT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#rff"&gt;RFF&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#misc-commands"&gt;Misc. Commands&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#end"&gt;END&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cls"&gt;CLS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="inputoutput-commands"&gt;Input/Output Commands&lt;/h1&gt;
&lt;h2 id="put"&gt;PUT&lt;/h2&gt;
&lt;p&gt;Put will PUT a string on screen. If the only input is a number from 1 to 500, then it is treated as a variable:&lt;br /&gt;
PUT Hello World!&lt;br /&gt;
Hello World!&lt;br /&gt;
However, if we use PUT 1 , then it will print the value stored in the variable.&lt;/p&gt;
&lt;h2 id="get"&gt;GET&lt;/h2&gt;
&lt;p&gt;GET will GET input from the user and store it in a variable (variables on this programming language are numbers which range from 1 to 500).&lt;br /&gt;
Example:&lt;br /&gt;
GET 1&lt;br /&gt;
?Hello!&lt;br /&gt;
PUT 1&lt;br /&gt;
Hello&lt;/p&gt;
&lt;h1 id="file-commands"&gt;File Commands&lt;/h1&gt;
&lt;h2 id="ldf"&gt;LDF&lt;/h2&gt;
&lt;p&gt;LDF will load a a file. You can have open only one file at a time, however, this limitation will soon be removed.&lt;br /&gt;
Example:&lt;br /&gt;
LDF TEST.TXT&lt;/p&gt;
&lt;h2 id="clf"&gt;CLF&lt;/h2&gt;
&lt;p&gt;CLF will close the file open.&lt;br /&gt;
Example:&lt;br /&gt;
CLF&lt;/p&gt;
&lt;h2 id="wrt"&gt;WRT&lt;/h2&gt;
&lt;p&gt;WRT will write on a file. If a file already has data in it, it will append the string requested to the file.&lt;br /&gt;
Example:&lt;br /&gt;
WRT Hello World!&lt;/p&gt;
&lt;h2 id="rff"&gt;RFF&lt;/h2&gt;
&lt;p&gt;RFF will read from a file and store the output in a variable. Currently, it will show the last line of the file open, however, I am trying to fix it. &lt;br /&gt;
Example:&lt;br /&gt;
RFF 1&lt;/p&gt;
&lt;h1 id="misc-commands"&gt;Misc. Commands&lt;/h1&gt;
&lt;h2 id="end"&gt;END&lt;/h2&gt;
&lt;p&gt;END will end the programm or terminate the interpreter.&lt;/p&gt;
&lt;h2 id="cls"&gt;CLS&lt;/h2&gt;
&lt;p&gt;CLS will Clear the SCreen.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">linuxlalala</dc:creator><pubDate>Tue, 02 Jul 2013 04:33:08 -0000</pubDate><guid>https://sourceforge.net1e1942279a307ecc50a24a20e10c78098f0c0187</guid></item></channel></rss>