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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ This is a fast interpreter for the BASIC language on the Atari 8-bit computers.
5
5
6
6
The current features are:
7
7
- Support for Atari floating point and 16bit integer variables;
8
+
- Support for string arrays, substrings and concatenation;
8
9
- Small size (currently the full floating point IDE is 9.5k, the integer IDE is 8k, and the runtime is less than 3k);
9
10
- Fast execution (currently, about 43% faster than compiled TurboBasicXL in the "sieve.bas" benchmark, 5 times faster than OSS Integer Basic);
10
11
- Modern syntax (no line numbers, many control structures);
@@ -27,7 +28,7 @@ To use the cross-compiler, download from the releases and see [compiler/USAGE.md
27
28
Sample files
28
29
------------
29
30
30
-
There are samples for the [integer only compiler](samples/int/) and for he[floating point compiler](samples/fp/), in addition to more thest programs in the [tests](tests/) folder.
31
+
There are samples for the [integer only compiler](samples/int/) and for the[floating point compiler](samples/fp/), in addition to more test programs in the [tests](tests/) folder.
0 commit comments