More Anonymous Functions
l(X) => X+5The function that adds 5
l(X) => X*5The function that
multiplies by 5
l(X) => X*XThe function that squares
l(X, Y) => Y/XThe function that divides its second argument by its first.