Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 500 Bytes

File metadata and controls

26 lines (18 loc) · 500 Bytes
fork Frontier
group Comparison & Bitwise Logic Operations

Stack input

  1. Integer: left side value.
  2. Integer: right side value.

Stack output

  1. Boolean: 1 if the left side is equal to the right side, 0 otherwise.

Examples

Input Output * Input Output
10 1 * 10 0
10 * 5

Error cases

The transaction is reverted in those cases:

  • Not enough gas.
  • Not enough values on the stack.