Re: Number looping

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu