Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

logical-not(a)

Prev Next

This function negates the value of a, which is interpreted as Boolean. See examples.

Parameters

Parameter

Description

a

Value.

Examples

Parameter a

Result

true

false

false

true

1

false

0

true