RosettaCodeData/Task/Call-a-function/UNIX-Shell/call-a-function.sh
2023-07-01 13:44:08 -04: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