RosettaCodeData/Task/Amb/TXR/amb-2.txr

6 lines
133 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
(defun amb (. args)
(suspend amb-scope cont
(each ((a args))
(when (and a (call cont a))
(return-from amb a)))))