RosettaCodeData/Task/Interactive-programming-repl-/UNIX-Shell/interactive-programming-rep...

6 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$