You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="Motivation The computers of today are too complex to understand. To the uninitiated, they feel overwhelming. They take a long time to boot. They offer cluttered interfaces with lots of icons, buttons, and options. They are built on dozens of layers of abstraction. And because of these reasons, they feel fragile and not something that can be experimented with.
20
24
If you want to learn to code today, you face a steep learning curve.">
<metaname="description" content="Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
20
-
Launch interpreter Binary releases The latest version of EndBASIC is 0.6.0 and was released on 2021-02-19.
21
-
OS Platform Link Linux x86_64 endbasic-0.6.0-linux-x86_64.tgz macOS x86_64 endbasic-0.6.0-macos-x86_64.tgz Windows x86_64 endbasic-0.6.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.6.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.">
24
+
Launch interpreter Binary releases The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.
25
+
OS Platform Link Linux x86_64 endbasic-0.7.0-linux-x86_64.tgz macOS x86_64 endbasic-0.7.0-macos-x86_64.tgz Windows x86_64 endbasic-0.7.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.7.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.">
<metaname="description" content="Support If you encounter any issues, please file a bug report or contact me via email or Twitter.
20
24
Built-in help EndBASIC is designed to be self-documenting. To access the built-in documentation, type HELP within the interpreter, which will greet you with a message like this:
21
25
Ready HELP EndBASIC 0.7.0 Copyright 2020-2021 Julio Merino Project page at &lt;https://github.com/endbasic/endbasic&gt; License Apache Version 2.0 &lt;http://www.apache.org/licenses/LICENSE-2.0&gt; Top-level help topics: &gt;&gt; Array functions &gt;&gt; Cloud access &gt;&gt; Console &gt;&gt; File system &gt;&gt; Hardware interface &gt;&gt; Interpreter &gt;&gt; Language reference &gt;&gt; Numerical functions &gt;&gt; Stored program &gt;&gt; String functions Type HELP followed by the name of a topic for details.">
<metaname="description" content="EndBASIC BASIC interpreter + DOS environment, reimagined.
20
24
Launch interpreter Create account BASIC interpreter Learn and practice programming foundations via a simple and proven language. Inspired by Locomotive BASIC 1.1 and QuickBASIC 4.5.
21
25
DOS-like environment Learn and practice computer interactions via an integrated command-line interface. Inspired by MS-DOS.
<description>Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
41
-
Launch interpreter Binary releases The latest version of EndBASIC is 0.6.0 and was released on 2021-02-19.
42
-
OS Platform Link Linux x86_64 endbasic-0.6.0-linux-x86_64.tgz macOS x86_64 endbasic-0.6.0-macos-x86_64.tgz Windows x86_64 endbasic-0.6.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.6.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description>
41
+
Launch interpreter Binary releases The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.
42
+
OS Platform Link Linux x86_64 endbasic-0.7.0-linux-x86_64.tgz macOS x86_64 endbasic-0.7.0-macos-x86_64.tgz Windows x86_64 endbasic-0.7.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.7.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description>
<metaname="description" content="Don't have an account yet? Start by creating one.
20
24
Create account Thank you for creating an account!Follow the instructions below to start using your new cloud storage. We can't wait to see what you create!
21
25
Launch interpreter const params = new URLSearchParams(window.location.hash.substring(1)); const aadIdToken = params.get("id_token"); const aadError = params.get("error"); if (aadIdToken == null && aadError == null) { const div = document.getElementById("request"); div.style.display = "block"; } else if (aadIdToken !">
0 commit comments