Nameless functions
It is a nuisance to have to define functions such as less100 merely to use them as arguments to other functions
Therefore, we can write (fn x=>y) to mean ``the function that takes argument x and yields the result y ''
Often called lambda expressions