ligo/src/test/contracts/expected/amount.religo.expected

7 lines
101 B
Plaintext
Raw Normal View History

let check_ = (p: unit): int =>
2020-06-08 15:24:36 +02:00
if (Tezos.amount == 100000000mutez) {
42
} else {
0
};