Upconstant?

just wondering what upconstant does
if (Key.isDown(Key.UP)) {
yspeed = yspeed-power*upconstant;
i took it away to find out but didnt do anything any one know this ?

( in actionscript 2 )