RosettaCodeData/Task/Pattern-matching/Bracmat/pattern-matching-2.bracmat

10 lines
179 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
( ( it allows for terse code which is easy to read
2013-04-10 23:57:08 -07:00
, and can represent the algorithm directly
.
)
: ?values
& insertMany$(!values.):?tree
2015-11-18 06:14:39 +00:00
& lst$tree
& done
);