         introtext is "
         Hi.  This Artificially Intelligent computer system will tell you
         some of the things you can do when you reach the right age
         when you are in Florida.
          
         "        
         goal is getaway

         if age > 20
         and a is yes
         then getaway is done.

         question age is "
         How old are you?    (Please - only whole numbers)"
         
         question a is "
         Looks like you can drink alcohol go to an X-rated movie, 
         and drive a car.
         
         Are you ready for more?  (enter yes)"
         
         if age > 17
         and b is yes
         then getaway is done.
         
         question b is "
         Looks like you can go to an X-rated movie and drive a car.
         
         Are you ready for more?  (enter yes)"
         
         if age > 15
         and c is yes
         then getaway is done.
         
         question c is "
         Looks like you can drive a car.
         
         Are you ready for more?  (enter yes)"
         
         if age < 15
         and d is yes
         then getaway is done.
         
         question d is "
         Sorry, looks like you cannot do much of anything in Florida.
         
         Are you ready for more? (enter yes)"

         answer is "
         This analysis is " getaway

         termtext is "
         Hope you enjoyed yourself.  Like, it was totally rad!
         "
