ligo/src/test/contracts/amount.ligo

6 lines
151 B
Plaintext
Raw Normal View History

2020-02-27 17:51:29 +01:00
function check (const p : unit) : int is
block {
var result : int := 0;
if amount = 100tz then result := 42 else result := 0
2020-02-27 17:51:29 +01:00
} with result