Page 2 of 2

Re: werewolf for the zx81 16k

Posted: Sun Mar 17, 2024 12:20 am
by Crayon21
I also noticed that KEY is missing as well. I've tried to make a simple text input but there's no luck on this end. I don't know what they were thinking

Re: werewolf for the zx81 16k

Posted: Sun Mar 17, 2024 3:17 am
by kmurta
KEY is missing but INKEY isn't, so you can define KEY as

: KEY BEGIN INKEY ?DUP UNTIL ;

Take a look at chapter 16 of the manual, it will help a lot!