Part Fourteen - "Testing Check"
To decide if testing is in progress: (- (TestCheck()) -).
To decide if testing is not in progress: (- (~~TestCheck()) -).
Include (-
[ TestCheck ; if (test_stack-->2 > 1) rtrue; rfalse; ];
-).