mirror of
https://github.com/louisrubet/rpn
synced 2024-11-16 07:47:26 +01:00
#74: updated commands
This commit is contained in:
parent
b0262cd9ff
commit
bf26c99554
1 changed files with 3 additions and 3 deletions
|
@ -84,9 +84,9 @@ Multiple-precision floating-point computations with correct rounding are ensured
|
|||
|
||||
|BRANCH||
|
||||
|-|-|
|
||||
|if| <test-instructions>
|
||||
|then| <true-instructions>
|
||||
|else| <false-instructions>
|
||||
|if| test-instructions
|
||||
|then| true-instructions
|
||||
|else| false-instructions
|
||||
|end| (end of if structure)
|
||||
|start| repeat instructions several times
|
||||
|for| repeat instructions several times with variable
|
||||
|
|
Loading…
Reference in a new issue