Novell won't let you read the password, but it will let you guess and
tell you if you're right. This routine returns true if the password
passed is the correct password.
Example"
var Pass
Pass = Readln
if NovMyPassword (Pass)
;Do Something
else
Writeln 'Bad Password!'
endif