Skip to content

Commit 324cf0b

Browse files
committed
grammar
1 parent 474bdc5 commit 324cf0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,12 @@ program (currently) works only for the former, not the latter.
383383

384384
The three Radio-Shack portables (Models 100, 102 and 200), the Kyocera
385385
Kyotronic-85, and the Olivetti M10 all share the same tokenized BASIC.
386-
That means one tokenize .BA file _might_ work for any of those,
387-
presuming the program does not use CALL, PEEK, or POKE. However, the
388-
NEC family of portables -- the PC-8201, PC-8201A, and PC-8300 -- run
389-
N82 BASIC, which has a different tokenization format. A tokenized N82
390-
BASIC file cannot run on an M100 computer and vice versa, even for
391-
programs which share the same ASCII BASIC source code.
386+
That means a single tokenized BASIC file _might_ work for any of
387+
those, presuming the program does not use CALL, PEEK, or POKE.
388+
However, the NEC family of portables -- the PC-8201, PC-8201A, and
389+
PC-8300 -- run N82 BASIC, which has a different tokenization format. A
390+
tokenized N82 BASIC file cannot run on an M100 computer and vice
391+
versa, even for programs which share the same ASCII BASIC source code.
392392

393393
### Checksum differences are not a compatibility problem
394394

0 commit comments

Comments
 (0)