diff options
Diffstat (limited to 'tests/012/ifa.tl')
-rw-r--r-- | tests/012/ifa.tl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/012/ifa.tl b/tests/012/ifa.tl index 64fc6793..214f752b 100644 --- a/tests/012/ifa.tl +++ b/tests/012/ifa.tl @@ -37,3 +37,8 @@ ((oddp (+ 2 x)) (list it)))) (7)) +(test (let ((l (list 1 2 3))) + (ifa (evenp (second l)) + (inc it)) + l) + (1 3 3)) |