Skip to content

Commit 21d6cd8

Browse files
committed
Update README file.
1 parent 3b765c5 commit 21d6cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This is a fast interpreter for the BASIC language on the Atari 8-bit computers.
55

66
The current features are:
77
- Support for Atari floating point and 16bit integer variables;
8+
- Support for string arrays, substrings and concatenation;
89
- Small size (currently the full floating point IDE is 9.5k, the integer IDE is 8k, and the runtime is less than 3k);
910
- Fast execution (currently, about 43% faster than compiled TurboBasicXL in the "sieve.bas" benchmark, 5 times faster than OSS Integer Basic);
1011
- 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
2728
Sample files
2829
------------
2930

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.
3132

3233

3334
License

0 commit comments

Comments
 (0)