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-xor()

Prev Next

Boolean XOR operation. This function returns "true" if only a or only b is "true".

Parameters

Parameter

Description

a

Boolean value.

b

Boolean value.

Examples

Parameter a

Parameter b

Result

false

true

false

true

false

true

true

true

true

false

false

false

false