Logical type functions

The Logical Type module provides tools for working with Boolean values and logical operations in Nelson.

It enables the creation, conversion, and manipulation of logical data, supporting fundamental logical operations that are essential for control flow, conditional evaluation, and decision-making in scripts and programs.

Functions

  • false - Logical false.

  • logical - Converts a numeric value to logical type.

  • true - Logical true.

  • xor - Exclusive or.

Last updated

Was this helpful?