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