Thun/docs/reference/bool.md

18 lines
327 B
Markdown

------------------------------------------------------------------------
## 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]