BasicInterpreter

BasicInterpreter

4 ByPPOL42   |   $1.49

Download
BasicInterpreter screenshot 1 BasicInterpreter screenshot 2 BasicInterpreter screenshot 3 BasicInterpreter screenshot 4 BasicInterpreter screenshot 5 BasicInterpreter screenshot 6 BasicInterpreter screenshot 7 BasicInterpreter screenshot 8
Supported Devices
Mobile
Updated
May 14,2019
Size
538 KB
Age
Everyone
Release Date
Description
BASIC INTERPRETER is a programming language that allows to develop programs directly on your phone. This BASIC language is similar to the one used on the 8bits computers (like the ZX81,the TRS80) during the 80s . The BASIC INTERPRETER supports everything you would expect from such language.

The development environment allows you to write as many programs as you want and contains a detailed help for each keyword.

Example1:

10 PRINT "This program computes prime numbers"
20 INPUT "Enter largest prime to display";max
30 PRINT 2
40 X=3
50 IF N(X)=0 THEN PRINT X ELSE 100
60 I =X
70 N(I)=1
80 I=I+X
90 IF I 100 X=X+2
110 IF X 120 END

Example 2:

10 randomize:cls
100 FOR I=1 TO 4: C (I)=INT(RND(1)*6)+1:next I
120 input "Four digits between 1 & 6:";A$
125 IF LEN(A$)<>4 THEN PRINT "Code must have 4 digits":goto 120
130 B,W=0
140 FOR I=1 TO 4: r(I)=val(mid$(a$,I,1)):NEXT I
150 FOR I=1 TO 4: IF R(I)=C(I) THEN R(I)=-2:B=B+1
160 NEXT I
170 FOR I=1 TO 4: FOR J=1 TO 4
180 IF R(I)<>-2 AND R(j)=C(i) THEN R(J)=-1:W=W+1:J=4
190 NEXT J:NEXT I
1000 print B;"GOOD POSITION"
1010 PRINT W; "GOOD VALUE WRONG POSITION"
1100 if b<4 then goto 120
1200 PRINT "you win!"


Trial version: the trial version offers the full feature and performance but displays advertisements on the program output