Link Search Menu Expand Document

Bool

The bool command is used to cast and value to a bool

bool [any]

Overview

name: 'bool'
min: 1
max: 1
arguments:
    - any
return: bool

Example

>>> bool "true"
True