- [ ] Need to add another new line at end of the program - [x] The result `fib 10` gives the result of `fib 11`, and the code generated is wrong. Return `n < 2` instead of `n` - [ ] If a func as no parameter, can not tell if is a call or not. No matter it is a func or closure.