If then addition?

In kirupa’s example of how to set up a password I was wondering how to extend to include more paswords. I know its simple but dont know the syntax??? helpppppp :wink:

password = inputName

if (password == “kirupa”) {
answer = “Access granted!” ;
} else {
answer = “Access denied!” ;
}