ligo/test/contracts/condition-simple.ligo

9 lines
115 B
Plaintext
Raw Normal View History

2019-05-20 20:17:26 +04:00
function main (const i : int) : int is
begin
if 1 = 1 then
i := 42
else
i := 0
end with i