<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to english_version</title><link>https://sourceforge.net/p/basicshell/wiki/english_version/</link><description>Recent changes to english_version</description><atom:link href="https://sourceforge.net/p/basicshell/wiki/english_version/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 06 Jun 2026 14:11:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/basicshell/wiki/english_version/feed" rel="self" type="application/rss+xml"/><item><title>english_version modified by Dietmar Schmidt</title><link>https://sourceforge.net/p/basicshell/wiki/english_version/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -17,6 +17,7 @@

 * RGB colours possible by specifying #rrggbb instead of colour code
 * SOUND commands will be fully supported in the future (currently complex sounds do not work correctly yet)
 * can be used as (Linux) shell, non-BASIC input is interpreted as Linux command if possible
+* Can be used as comfortable desk calculator. No need to type ? or PRINT every time, just continue with + or any mathematic sign, in the command line.
 * some commands have additional extensions to the standard

 Development is primarily done on a Linux system (currently Fedora 45). Windows and other builds will follow later.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schmidt</dc:creator><pubDate>Sat, 06 Jun 2026 14:11:41 -0000</pubDate><guid>https://sourceforge.nete79422d5797c807766fa02aa2c88e2986bfa117b</guid></item><item><title>english_version modified by Dietmar Schmidt</title><link>https://sourceforge.net/p/basicshell/wiki/english_version/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,6 +11,7 @@

 * SQLite support as RSX extension
 * JSON support
 * MariaDB support (in progress)
+* Dybnamic Arrays and longstring support (everywhere)
 * New commands: ALIAS, BYE, CIRCLE, EURO$, HELP, LABEL, RECTANGLE, REPLACE$, SIZEOF,  |BITMAP, |DIR, |GUI, |JSON, |MYSQL, |SIXELMODE, |PARAMCOUNT, |PARAMSTR, |PRINTSIXEL, PRINTSLOW, |SCROLL, |SHOWALLVARIABLES, |SAVEENVIRONMENT, |LOADENVIRONMENT, |SHOWALLLOOPS, |SHOWKEYBOARD, |SHELLCOMMANDS, |SQLITE, |TEXTMODE' , |WAVEFORM
 * graphics screen can also be larger or smaller than the original CPC with extended MODE command
 * RGB colours possible by specifying #rrggbb instead of colour code
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schmidt</dc:creator><pubDate>Fri, 05 Jun 2026 21:49:44 -0000</pubDate><guid>https://sourceforge.net8498feacadc1f46f125e1bab8f9e3220f80a2c2d</guid></item><item><title>english_version modified by Dietmar Schmidt</title><link>https://sourceforge.net/p/basicshell/wiki/english_version/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,7 +11,7 @@

 * SQLite support as RSX extension
 * JSON support
 * MariaDB support (in progress)
-* New commands: ALIAS, BYE, CIRCLE, EURO$, HELP, LABEL, RECTANGLE, REPLACE$, |BITMAP, |DIR, |GUI, |JSON, |MYSQL, |SIXELMODE, |PARAMCOUNT, |PARAMSTR, |PRINTSIXEL, PRINTSLOW, |SCROLL, |SHOWALLVARIABLES, |SAVEENVIRONMENT, |LOADENVIRONMENT, |SHOWALLLOOPS, |SHOWKEYBOARD, |SHELLCOMMANDS, |SQLITE, |TEXTMODE, |WAVEFORM
+* New commands: ALIAS, BYE, CIRCLE, EURO$, HELP, LABEL, RECTANGLE, REPLACE$, SIZEOF,  |BITMAP, |DIR, |GUI, |JSON, |MYSQL, |SIXELMODE, |PARAMCOUNT, |PARAMSTR, |PRINTSIXEL, PRINTSLOW, |SCROLL, |SHOWALLVARIABLES, |SAVEENVIRONMENT, |LOADENVIRONMENT, |SHOWALLLOOPS, |SHOWKEYBOARD, |SHELLCOMMANDS, |SQLITE, |TEXTMODE' , |WAVEFORM
 * graphics screen can also be larger or smaller than the original CPC with extended MODE command
 * RGB colours possible by specifying #rrggbb instead of colour code
 * SOUND commands will be fully supported in the future (currently complex sounds do not work correctly yet)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schmidt</dc:creator><pubDate>Fri, 05 Jun 2026 21:48:45 -0000</pubDate><guid>https://sourceforge.net266a8b6fc3dc9a6fa41bef7fd37e06416af616ce</guid></item><item><title>english_version modified by Dietmar Schmidt</title><link>https://sourceforge.net/p/basicshell/wiki/english_version/</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/">Dietmar Schmidt</dc:creator><pubDate>Fri, 05 Jun 2026 21:38:59 -0000</pubDate><guid>https://sourceforge.netf715aead4250b914a869841ce2a534feb340e36f</guid></item><item><title>english version modified by Dietmar Schmidt</title><link>https://sourceforge.net/p/basicshell/wiki/english%2520version/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here is the complete command list:  &lt;a class="alink" href="/p/basicshell/wiki/Befehlsliste/"&gt;[Befehlsliste]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Locomotive BASIC Shell is a versatile BASIC interpreter for Linux, Windows, UNIX and other systems, developed in FreePascal with Lazarus. It closely follows the Locomotive BASIC of the Amstrad CPC and offers a high level of compatibility with the original. The interpreter is suitable for both beginners and experienced users.&lt;br/&gt;
In addition, it can run under Linux as a shell replacement or on a web server as a CGI program, enabling the development of dynamic web applications in BASIC. The graphics (SIXEL mode or external display) and sound functions known from the Amstrad CPC are fully supported and can be used seamlessly in both desktop and web applications. On a web server you can output not only text, but also the entire graphics screen or parts of it as HTML images. GET, POST and COOKIE variables are fully supported (tested under OpenBSD).&lt;br/&gt;
With the |TAPE command you can save programs and data as WAV files — exactly like on an original Amstrad cassette.&lt;br/&gt;
Features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;full Amstrad CPC command set&lt;/li&gt;
&lt;li&gt;|TAPE for saving files&lt;/li&gt;
&lt;li&gt;graphics output either as SIXEL graphics, via the CPCmonitor program or as web image for web servers&lt;/li&gt;
&lt;li&gt;SQLite support as RSX extension&lt;/li&gt;
&lt;li&gt;JSON support&lt;/li&gt;
&lt;li&gt;MariaDB support (in progress)&lt;/li&gt;
&lt;li&gt;New commands: ALIAS, BYE, CIRCLE, EURO$, HELP, LABEL, RECTANGLE, REPLACE$, |BITMAP, |DIR, |GUI, |JSON, |MYSQL, |SIXELMODE, |PARAMCOUNT, |PARAMSTR, |PRINTSIXEL, PRINTSLOW, |SCROLL, |SHOWALLVARIABLES, |SAVEENVIRONMENT, |LOADENVIRONMENT, |SHOWALLLOOPS, |SHOWKEYBOARD, |SHELLCOMMANDS, |SQLITE, |TEXTMODE, |WAVEFORM&lt;/li&gt;
&lt;li&gt;graphics screen can also be larger or smaller than the original CPC with extended MODE command&lt;/li&gt;
&lt;li&gt;RGB colours possible by specifying #rrggbb instead of colour code&lt;/li&gt;
&lt;li&gt;SOUND commands will be fully supported in the future (currently complex sounds do not work correctly yet)&lt;/li&gt;
&lt;li&gt;can be used as (Linux) shell, non-BASIC input is interpreted as Linux command if possible&lt;/li&gt;
&lt;li&gt;some commands have additional extensions to the standard&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Development is primarily done on a Linux system (currently Fedora 45). Windows and other builds will follow later.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schmidt</dc:creator><pubDate>Fri, 05 Jun 2026 21:35:52 -0000</pubDate><guid>https://sourceforge.net59436cf74ac2e454bfc4ff37d0466da328de9d98</guid></item></channel></rss>