Amb: Difference between revisions

Content added Content deleted
(Added 11l)
Line 49:
=={{Header|11l}}==
{{trans|Nim}}
<lang 11l>F amb(comp, options, prev = ‘’) -> Array[String]
I options.empty
R Array[String]()
 
L(opt) options[0]
Line 69:
R opt [+] res // We have a match
 
R Array[String]()
 
A sets = [[‘the’, ‘that’, ‘a’],