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

is::some

Check if a value is not none (has some value).

Syntax

RQL

Parameters

NameTypeDescription
valueAnyThe value to check

Return Value

Returns a Boolean indicating whether the value is not none.

Examples

$ Check if a value is some
$ ctrl+enter to run

Related Functions