A fork of TOYOSHIKI Tiny BASIC for Linux (https://github.com/vintagechips/ttbasic_lin)
To compile, simply typec make
.
> list
10 FOR I=2 TO -2 STEP -1; GOSUB 100; NEXT I
20 STOP
100 REM Subroutine
110 PRINT ABS(I); RETURN
OK
>run
2
1
0
1
2
OK
>
The grammar is the same as PALO ALTO TinyBASIC by Li-Chen Wang Except 4 point to show below.
- The contracted form of the description is invalid.
- Force abort key
- PALO ALTO TinyBASIC -> [Ctrl]+[C]
- TOYOSHIKI TinyBASIC -> [ESC]
- SYSTEM command
- SYSTEM return to Linux.
- Other some beyond my expectations.
(C)2015 Tetsuya Suzuki GNU General Public License