RosettaCodeData/Task/Interactive-programming-repl-/UNIX-Shell/interactive-programming-repl-.sh
2023-07-01 13:44:08 -04:00

5 lines
95 B
Bash

$ sh
sh-3.2$ concat() { echo "$1$3$3$2"; }
sh-3.2$ concat Rosetta Code :
Rosetta::Code
sh-3.2$