Documentation for sub nok assembled from the following pages:
Module: Test §
From Test
(Test) sub nok §
Defined as:
multi sub nok(Mu , = '')
The nok function marks a test as passed if the given $cond evaluates to False. It also accepts an optional description of the test as second argument.
my ; my ; ...;nok .error, 'Query completed without error';