Comment Re:Is programming getting much harder? (Score 1) 281
Try python...
while raw_input('what is the password: ') is not 'b':
print 'wrong!'
print 'right'
Keep the number of passes in a compiler to a minimum. -- D. Gries