Returns its argument. Effectively a no-op, this function exists merely to be the default function in functions like Find( ).
identity ( item As Any ) As Any
Argument | Type | Description |
---|---|---|
item | Any | The object to be returned. |
Intent >identity("a")
--> "a"
Intent >identity(height)
--> 10
Intent >identity(Me)
--> Root