1
0
mirror of https://github.com/Dummi26/mers.git synced 2025-05-28 05:55:14 +02:00
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