global proc superPerson (string $adj, string $noun, string $eyeCol) { print ("Hello "+ $adj +" "+ $noun +"!\n"); print "Welcome to the database of Supers, please allow a retina scan for verification\n"; print("\n..."); print ("\n\n..."); print ("\n\n...verification complete...\n"); print ("\n Access granted, your "+$eyeCol+" eyes look lovely today, "+$adj+" "+$noun+"!"); } superPerson ("Vermillion", "Prison", "blue");