Skip to content

Negative

Tests if a number is negative.

$ wo 'Negative[-5]'
True
$ wo 'Negative[3]'
False
$ wo 'Negative[0]'
False