RosettaCodeData/Task/Call-a-function/UNIX-Shell/call-a-function.sh

3 lines
143 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
sayhello # Call a function in statement context with no arguments
multiply 3 4 # Call a function in statement context with two arguments