4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
// Test conditional in CameLIGO
|
|
|
|
let main (a, b : bool * bool) = if a = b then 999 else 1
|