RosettaCodeData/Task/Call-a-function/UNIX-Shell/call-a-function.sh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
143 B
Bash

sayhello # Call a function in statement context with no arguments
multiply 3 4 # Call a function in statement context with two arguments