#Login system
START
DISPLAY "Register now" 
DISPLAY "Log in to an existing account"
IF user selects "Register now"
DISPLAY "Please enter an E-Mail address"
DISPLAY "Please set a password"
IF user selects "Log in to an existing account"
DISPLAY "Please enter your E-Mail"
DISPLAY "Please enter your Password"
IF Password == True
    Show 'Homepage'
    ELSE
DISPLAY "Your Login credentials are incorrect, please try again"
END

#Course Search
START
