#
# $? is a special variable,
# it equals to the exit status of the most
# recently executed foreground pipeline
#
# type "man bash" and for more info
#
# What the following script will show you ?
#

false   # What does it mean ? "man false" will give you an answer!
echo $?
