blob: 1c96b538ee463bbab7b2e09db4b225d78c303aca [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqSUMFunc-32 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:41+02:00 :)
(: Purpose: A test whose essence is: `sum((1 to 100)[. < 0], 0) eq 0`. :)
(:*******************************************************:)
sum((1 to 100)[. < 0], 0) eq 0