A function that does not have a specific name, can be called directly. Notation λ(inputs).(outputs) Examples λx.x+1. Then, (λx.x+1)5=6 λx.λy.x+y. Then, (λx.λy.x+y)2,3=5