引数を返します。この関数は事実上ノーオペレーションであり、Find()などの関数で既定の関数となるためだけに存在しています。
identity ( item As Any ) As Any
Intent >identity("a") --> "a"
Intent >identity(height) --> 10
Intent >identity(Me) --> Root