As a user I wan to be able to replace one entry on the stack with another so that I can fix a typing error.
UAT
- [33, 2, 9] 1
<enter>
777<replace>
-> [33, 2, 777] - [] 2
<enter>
6<replace>
-> index error
Port of schuchert.wikispaces.com
RPN_Calculator_Replace_Item_on_Stack
As a user I wan to be able to replace one entry on the stack with another so that I can fix a typing error.
<enter>
777 <replace>
-> [33, 2, 777]<enter>
6 <replace>
-> index error
Comments