RosettaCodeData/Task/Pattern-matching/Bracmat/pattern-matching-2.bracmat
2015-11-18 06:14:39 +00:00

9 lines
179 B
Text

( ( it allows for terse code which is easy to read
, and can represent the algorithm directly
.
)
: ?values
& insertMany$(!values.):?tree
& lst$tree
& done
);