5 lines
116 B
Raku
5 lines
116 B
Raku
(expect "cond" 2
|
|
(cond ((> 1 2) 10)
|
|
(f 20)
|
|
((zerop 0) 2)
|
|
(t 10)))
|