NonNegative¶ Tests if a number is non-negative (zero or positive). $ wo 'NonNegative[5]' True $ wo 'NonNegative[0]' True $ wo 'NonNegative[-3]' False