ligo/src/test/contracts/expected/amount.ligo.expected
2020-06-08 15:00:44 +02:00

8 lines
156 B
Plaintext

function check (const p : unit) : int is
block {
var result : int := 0;
if amount = 100000000mutez
then result := 42
else result := 0
} with result