Chapter7: Functions by ia7ck · Pull Request #7 · ia7ck/monkey-compiler-rs
>> let a = 2; >> let plusTwo = fn(x) { return x + a }; >> plusTwo(10); 12