Discuss this page on this pages [[typeOf Talk Page|TalkPage]] === typeOf === ^ Syntax | (typeof expression) | ^ Arguments | expression: the expression you want to know the type of | ^ Returns | The kind of expression, eg. 'list | ^ Category | [[type]], [[unid]]| ^ Description | Use to check the type of expression being used | === Example === (typeof (list 1 2 3)) Returns 'list Return to [[modding:function:type_functions|type functions]] list Return to [[:Functions]] list