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

3 lines
170 B
Bash
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
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