Is there a way to get a nice output of the famous "10 PRINT CHR$(205.5+RND(1)); : GOTO 10" on this?
I've never even seen an MSX before, but I was big into the C64 and those early BASIC machines have a lot in common, so I decided to give it a try just for you. Turns out you can, with the caveat that you it won't look quite right unless you enter "SCREEN 1" first: 10 PRINT CHR$(1)CHR$(93.5+RND(1));: GOTO 10 The differences (assuming that you understand the original C64 statement, because I suspect no one but anderson…
Thank you for the explanation! The second version is really cool!
I've never used an MSX or C64 before, but since I'm interested in generative art, I've became curious about these program when a book with the same title was released: