blob: b91a7e8b4174cbcc90eafe011c712a3279477313 [file]
## examples/statements_return.av
let a = 1;
let b = 2;
c = a + b;
return c;