RosettaCodeData/Task/Interactive-programming/UNIX-Shell/interactive-programming-3.sh

6 lines
92 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
$ es
; fn concat a b s { result $a$s$s$b }
; echo <={concat Rosetta Code :}
Rosetta::Code
;