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

10 lines
179 B
Plaintext

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