Returns the value of the first argument. All others are ignored.
identity(7, 8, 9)// 7 Copy
identity(7, 8, 9)// 7
Returns the value of the first argument. All others are ignored.