1 func identity(x) {
2 ## The identity function. Returns its argument.
3
4 return (x)
5 }