typeof() Function

Function

typeof( value )

Returns the type number of a given value.

Parameters

Keyword Type Description

value

Any Type

The value to be inquired for type. For example, typename(typeof(123)) might return "Integer (Number)".

Returns

Integer

Examples

typeof(123) returns 1, which is the numerical representation of the Number (Int) system data type.

typeof(loggedInUser()) = type!User returns true

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK