mers/mers_lib/examples/decorate.mers
2024-02-17 13:23:50 +01:00

3 lines
109 B
Plaintext

// return a function that adds "-= ... =-" decorations to the given text
text -> ("-= ", text, " =-").concat