Score: 10
"You missed something crucial!"
date: December 16, 2007
The !jumping part in the more more help on the first code string means that if the person's jumping variable IS NOT True (1) then it will do whatever follows, if it IS true, the !jumping (not jumping) will not do what it was told due to the active variable of jumping. Basically, the two following contrast: (if !jumping) / (if jumping==TRUE (Or 1)).
I've coded DM Code (Not really widely used) and it's educated me thoroughly on code matters.
Just thought you'd like to know what !jumping is really supposed to mean.