Tiny BASIC 0.006 Icon
4.4
3 Ratings
6K+
Downloads
0.006
version
Jun 08, 2016
release date
4.4 MB
file size
Free
Download

What's New

supported: NEXT VAR

About Tiny BASIC Android App

モバイル端末で動作する Tiny BASIC

ver 2.x is released
https://play.google.com/store/apps/details?id=org.dyndns.vivi.TinyBASIC2

command:
'<LineNum> <statement>': add line
'<LineNum>': remove line <lineNum>
'RUN': run program
'NEW': clear program
'LIST': print program
'RENUM': renumber program
'LOAD <fileName>': load from <fileName>
'SAVE <fileName>': save to <fileName>
'DIR': print saved files list

statement:
'<var> = <exp>' assign <exp> to <var>
'PRINT {<exp>|<string>}': print <exp> or <string>
'IF <exp> THEN {<statement>|<lineNum>}': if <exp> then exec
'FOR <var>=<exp1> TO <exp2>': for loop
'NEXT': inc <var> and loop
'GOTO <lineNum>': jump to line <lineNum>
'GOSUB <lineNum>': call subroutine
'RETURN': return from subroutine
'END'

expression:
<exp> ::= <term> | <term> <op> <exp>
<term> ::= [-] {<digits> | <var> | ( <exp> )}
<var> ::= A | B | ...| Z | @(<exp>)
<op> ::= AND | OR | = | <> | > | >= | < | <= | + | - | * | / | %

Website: http://vivi.dyndns.org/games/TinyBASIC/

Other Information:

Requires Android:
Android 2.3.2+
Other Sources:

Download

This version of Tiny BASIC Android App comes with one universal variant which will work on all the Android devices.

Variant
6
(Jun 08, 2016)
Architecture
armeabi
Minimum OS
Android 2.3.2+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Tiny BASIC Android App, We have 1 version in our database. Please select one of them below to download.

Loading..