2 lines
143 B
Bash
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
|