Thun/docs/reference/bool.md

327 B

## bool Basis Function Convert the item on the top of the stack to a Boolean value. ### Discussion For integers 0 is false and any other number is true; for lists the empty list is false and all other lists are true. ### Crosslinks [not]