Berserk Docs
Scalar FunctionsType Functions

isnotnull

Returns true if the value is not null.

Syntax

isnotnull(value)

Parameters

Prop

Type

Returns: bool

Examples

Example 1

print isnotnull(793)
print_0 (bool)
true

Example 2

print isnotnull(dynamic(null))
print_0 (bool)
false

On this page