Skip to content

Commit

Permalink
Update documentation/aleo/04_opcodes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric McCarthy <[email protected]>
Signed-off-by: Alessandro Coglio <[email protected]>
  • Loading branch information
acoglio and bendyarm authored Sep 22, 2023
1 parent 3bdcb27 commit a7c17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/aleo/04_opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ The `branch.eq` command, e.g. `branch.eq <first> <second> to <destination>`, whi

#### Description

The `branch.neq` command, e.g. `branch.neq <first> <second> to <destination>`, which branches execution to the [position](#position) indicated by `destination` if `first` and `second` are not equal.
The command `branch.neq <first> <second> to <destination>` branches execution to the [position](#position) indicated by `destination` if `first` and `second` are not equal. This command is restricted to the finalize scope, and the destination must follow the command. Backward branches are not currently supported.


| First | Second | Destination |
Expand Down

0 comments on commit a7c17cc

Please sign in to comment.