logic
function
The logic
action logic operations. It belongs to the logic category within the system area.
Action Syntax
logic $variable and $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
logic $variable or $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
logic $variable xor $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = logic
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = logic $foo and $bar
Action code: 2877083985
Version: 0.6.4-0
Last updated: 2025-06-13