RosettaCodeData/Task/Topic-variable/UNIX-Shell/topic-variable.sh
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07: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