identity()

概要

引数を返します。この関数は事実上ノーオペレーションであり、Find()などの関数で既定の関数となるためだけに存在しています。

構文

identity ( item As Any ) As Any 
引数 [タイプ] 説明
item すべて 返されるオブジェクトです。

例 1

Intent >identity("a") 
--> "a" 

例 2

Intent >identity(height) 
--> 10 

例 3

Intent >identity(Me) 
--> Root