Nasty trick with PATH

If you want to prevent people from accidentally changing PATH variable try this one:

set PATH="$PATH:\0"
set PATH="$PATH:some_additional_path"
echo $PATH