tremor-script 0.12.4

Tremor Script Interpreter
1
2
3
4
5
6
const inside = 42;
const linked = inside; 

fn f_inside() with
  inside
end;