1 2 3
-- feature: inline lambda with capture (k is free var) -- expected: [11, 12, 13] main>L n;k=10;map (x:n>n;+x k) [1,2,3]