Re: Number looping
- Posted by Brian Broker <bkb at CNW.COM> Aug 08, 2000
- 431 views
On Tue, 8 Aug 2000 00:53:22 -0700, Dan B Moyer wrote: >NOTE: "continue" had to be "object" type, "sequence" type gave type check error; why? because wait_key() does not return a sequence; it returns a character. Therefore, you could also define it as type 'atom' or even type 'integer' (since it will contain the ASCII value of the key pressed). -- Brian