The bool command is used to cast and value to a bool
bool [any]
name: 'bool' min: 1 max: 1 arguments: - any return: bool
>>> bool "true" True