ceu-lang/ceu

Accepting assignments in code declarations

Opened this issue · 0 comments

code/await Ff (var int x=10) -> (var int y=20) -> int do
    escape x + y;
end
var int ret = await Ff(_);
escape ret;