RosettaCodeData/Task/Topic-variable/UNIX-Shell/topic-variable.sh
2023-07-01 13:44:08 -04:00

2 lines
170 B
Bash

multiply 3 4 # We assume this user defined function has been previously defined
echo $? # This will output 12, but $? will now be zero indicating a successful echo