Minilisp.pm/t/when.t
2021-04-04 01:53:18 +02:00

6 lines
131 B
Raku

(expect "when - true condition"
(equal 'ok (when t 'ok)))
(expect "when - false condition"
(null (when f 'fail)))