ligo/src/test/contracts/eq_bool.mligo

4 lines
90 B
Plaintext
Raw Normal View History

// Test conditional in CameLIGO
2020-02-27 17:51:29 +01:00
let main (a, b : bool * bool) = if a = b then 999 else 1