Lambda vs Proc

TODO

  1. Lambda will throw an error when there are wrong number of arguments. But procs will not.

  2. Return (TODO)