mirror of
https://github.com/louisrubet/rpn
synced 2025-02-01 07:57:52 +01:00
Resolved conflict
This commit is contained in:
commit
563ebe0636
2 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,6 @@ int rpn_repeat(branch& myobj)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
>>>>>>> #117, #116, #119: added while..repeat, added do..until tests, until in addition to until
|
|
||||||
int rpn_start(branch& myobj)
|
int rpn_start(branch& myobj)
|
||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
|
@ -80,6 +80,7 @@ erase
|
||||||
-> error should be 3
|
-> error should be 3
|
||||||
erase
|
erase
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
# ift (1)
|
# ift (1)
|
||||||
1 'ok' ift
|
1 'ok' ift
|
||||||
-> stack should be 'ok'
|
-> stack should be 'ok'
|
||||||
|
|
Loading…
Add table
Reference in a new issue