ligo/src/contracts/quote-declaration.ligo

9 lines
158 B
Plaintext
Raw Normal View History

2019-05-13 00:56:22 +04:00
function foo (const input : int) : int is begin
skip
end with (input + 42)
function main (const i : int) : int is
begin
skip
end with i + foo (i)