Documentation for sub isnt assembled from the following pages:
Module: Test §
From Test
(Test) sub isnt §
Defined as:
multi sub isnt(Mu , Mu , = '')multi sub isnt(Mu , Mu , = '')
Marks a test as passed if $got and $expected are not equal using the same rules as is(). The function accepts an optional description of the test.
isnt pi, 3, 'The constant π is not equal to 3';my Int = 23; = Nil;isnt , Nil, 'Nil should not survive being put in a container';