You should have 2 things on your stack...
level 2 should have << 2 + >>
level 1 should have 'ADD2'
how you got...
1: :: x<< % 2. x+ x'
ID ADD2 x'x>> ;
...I'm not sure but, just in case, check flags 85 &
92. They should be off (no check mark)
My stackhas; (after pressing ENTER)
1: :: x<< % 2. x+ x'
ID ADD2 x'x>> ;
When I press 'STO'
the message
! STO Error:
Bad Argument
Type
comes to thescreen in a shadowed box.
and the contents of register 1 are still there
____________________________________________________________________________________
Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/
level 2 should have << 2 + >>
level 1 should have 'ADD2'
how you got...
1: :: x<< % 2. x+ x'
ID ADD2 x'x>> ;
...I'm not sure but, just in case, check flags 85 &
92. They should be off (no check mark)
> Key in a program, a simple one we will call 'ADD2'.keyboard above
>
><< 2 + >>
>
> You press, in sequence:
>
> the Right-shift key
> + (this getsyou the "program" brackets)
> 2
> +
> ENTER
>
> The program is on the stack.
>
> Now press the single-quote key in the middle of the
>SIN.cursor between them.
> This gets you a pairof single-quotes with the
>holdingit down,
> Press and hold the yellow ALPHA key, and, while
>pressnumber 2, and then
> the keys with the yellow letters A D D and the
> release theALPHA key. Press ENTER.=1=1=1=1=1=1=1=1=1=1=1=1=1
>
> A variable name is on the stack.
>
> Your stack has:
><< 2 + >>
> 'ADD2'
>
> Press the STO key.
My stackhas; (after pressing ENTER)
1: :: x<< % 2. x+ x'
ID ADD2 x'x>> ;
When I press 'STO'
the message
! STO Error:
Bad Argument
Type
comes to thescreen in a shadowed box.
and the contents of register 1 are still there
____________________________________________________________________________________
Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/
