Thun/docs/reference/QUESTION-MARK.md

22 lines
321 B
Markdown

------------------------------------------------------------------------
## ?
Function
Is the item on the top of the stack "truthy"?
### Definition
> [dup](#dup) [bool](#bool)
### Discussion
You often want to test the truth value of an item on the stack without
consuming the item.
### Crosslinks
[bool](#bool)