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

3 lines
170 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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