------------------------------------------------------------------------ ## ? 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)