DRAFTThis page is not published. Only visible in development mode.
meta module

meta::type

Get the type name of a value as a string.

Syntax

RQL

Parameters

NameTypeDescription
valueAnyThe value to get the type name of

Return Value

Returns a Utf8 containing the type name of the value.

Examples

$ Get the type of a value
$ ctrl+enter to run

Related Functions