Entry tags:
(no subject)
I think I started writing the BASIC port just so it could run this program. Now it can.
In more frustrating news, the comparison operators are having trouble remembering the data type on the left side of the equals sign. The original program used the carry bit, so now I need to figure out where exactly it pulled and stashed it.
10 PRINT CHR$(205.5+RND(1));:GOTO 10
In more frustrating news, the comparison operators are having trouble remembering the data type on the left side of the equals sign. The original program used the carry bit, so now I need to figure out where exactly it pulled and stashed it.