Michelson: minor fix in documentation
This commit is contained in:
parent
676a64b81f
commit
be4deb44bf
@ -461,7 +461,7 @@ Control structures
|
|||||||
:: (or 'a 'b) : 'A -> 'A
|
:: (or 'a 'b) : 'A -> 'A
|
||||||
iff body :: [ 'a : 'A -> (or 'a 'b) : 'A ]
|
iff body :: [ 'a : 'A -> (or 'a 'b) : 'A ]
|
||||||
|
|
||||||
> LOOP_LEFT body / (Left a) : S => body ; LOOP_LEFT body / (or 'a 'b) : S
|
> LOOP_LEFT body / (Left a) : S => body ; LOOP_LEFT body / a : S
|
||||||
> LOOP_LEFT body / (Right b) : S => b : S
|
> LOOP_LEFT body / (Right b) : S => b : S
|
||||||
|
|
||||||
- ``DIP code``: Runs code protecting the top of the stack.
|
- ``DIP code``: Runs code protecting the top of the stack.
|
||||||
|
Loading…
Reference in New Issue
Block a user