In Bash, there appear to be several variables which hold special, consistently-meaning values. For instance,
./myprogram &; echo $!
wil
$_
$#
$*
$@
off the top of my head. Google for bash special variables.