blob: b0727591a150afdf1fee7cad9df7da1f5f70aa19 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-CondExpr-11 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: An if-test applied on fn:count() combined with fn:not(). :)
(:*******************************************************:)
if(not(count(remove((1, 2, 3, current-time()), 1)))) then 3 else true()