Those two constants are not a C++ keyword, but were added to Arduino a while ago:
http://arduino.cc/forum/index.php/topic,46106.0.html
IMHO the best thing to do is use named constants instead of numerical values whenever possible (cfr. Code Complete 2).