In addition to the proc ... end and < ... > notations for defining functions (procedures), the following arrow notation has been adopted as an alternative syntax
f := x -> x^2 g := (x,y) -> sin(x+exp(y))