Re: TIB: Re: (86 Basic) Please help
[Prev][Next][Index][Thread]
Re: TIB: Re: (86 Basic) Please help
:Repeat
Ans
its gonna do the bottom stuff Ans number of times
:getKy
it
gets the key
:End
then it stops
That isn't exactly how it works. Basically, since getKy stores
the last keypress to the Ans varialbe, it repeats getting the keypress until the
value of Ans (the last key pressed) is not equal to zero. It's just your
standard getkey loop.