mers/mers_lib/examples/decorate.mers

3 lines
109 B
Plaintext
Raw Permalink Normal View History

2024-02-17 13:23:50 +01:00
// return a function that adds "-= ... =-" decorations to the given text
text -> ("-= ", text, " =-").concat