Post Reply 
(34S) Crude Snake game
11-05-2015, 04:50 PM (This post was last modified: 11-05-2015 04:58 PM by fhub.)
Post: #3
RE: (WP-34S) Crude Snake game
(11-05-2015 04:35 PM)inaqui76 Wrote:  I can't input line 028 and 029
LBL? -> X
GTO->X
any help?
After -> you have to use the ENTER key (displays a small 's' for stack), and then X is working.
That's needed for a many operations which addresses the stack registers, when the key for it (e.g. [.] for X) has also a different meaning. So it's a good idea to always precede such stack calls with an ENTER key.

PS: here are 2 other examples which also work only with ENTER
STO T needs: STO ENTER T because without ENTER it would give STO*
RCL Z needs RCL ENTER Z (without ENTER you get RCL+)

Franz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(34S) Crude Snake game - Dave Britten - 06-01-2014, 12:55 PM
RE: (WP-34S) Crude Snake game - inaqui76 - 11-05-2015, 04:35 PM
RE: (WP-34S) Crude Snake game - fhub - 11-05-2015 04:50 PM
RE: (WP-34S) Crude Snake game - inaqui76 - 11-05-2015, 06:16 PM
RE: (WP-34S) Crude Snake game - fhub - 11-05-2015, 06:44 PM
RE: (WP-34S) Crude Snake game - inaqui76 - 11-05-2015, 06:51 PM
RE: (WP-34S) Crude Snake game - Paul Dale - 11-12-2015, 07:39 AM



User(s) browsing this thread: 3 Guest(s)