mirror of
https://github.com/louisrubet/rpn
synced 2025-01-29 20:34:21 +01:00
#3: completed branch
This commit is contained in:
parent
7877ef1c7f
commit
93308df8e8
1 changed files with 10 additions and 0 deletions
|
@ -44,3 +44,13 @@ erase
|
|||
2 1 start 0 next
|
||||
-> stack size should be 0
|
||||
erase
|
||||
|
||||
# for next (1)
|
||||
23 27 for i i next
|
||||
-> stack should be 23, 24, 25, 26, 27
|
||||
erase
|
||||
|
||||
# for next (2)
|
||||
27 23 for i i next
|
||||
-> stack size should be 0
|
||||
erase
|
||||
|
|
Loading…
Add table
Reference in a new issue