RosettaCodeData/Task/Topic-variable/UNIX-Shell/topic-variable.sh

3 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