> On Apr 24, 2024, at 9:14 AM, David Plass <[email protected]> wrote:
> 
> Also line 465 says "IF ... PRINT" but it needs a THEN.

> On Wed, Apr 24, 2024 at 12:02 PM Justin Poirier <[email protected] 
> <mailto:[email protected]>> wrote:
> I think that some syntax, while not throwing an error, will still need to be 
> fixed to work correctly on the Model 100. An example would be in Line 6, 
> containing the statement R1=RND(9). In some MS BASIC implementations, like 
> the Color Computer, this would return an integer between 1 and 9. But the 
> updated statement on the Model 100 would be R1=INT(RND(1)*9)+1 to get the 
> same 1-9 integer result.

Good catches! Thanks for spotting them! I'll make some fixes to these and 
commit an update.

Reply via email to