;; Dribble started 2005-01-30 18:11:49 # [3]> (load "c:/documents and settings/kbsmith2/My Documents/ece578/Homework3/language3.lisp") ;; Loading file C:\documents and settings\kbsmith2\My Documents\ece578\Homework3\language3.lisp ... ;; Loaded file C:\documents and settings\kbsmith2\My Documents\ece578\Homework3\language3.lisp T [4]> (ask_question '(who are you)) MAX [5]> (ask_question '(where are you)) (WHAT DO YOU THINK?) [6]> (ask_question '(where is max)) (WHAT DO YOU THINK?) [7]> ;; Dribble started 2005-01-30 18:14:34 # [2]> (load "c:/documents and settings/kbsmith2/my documents/ece578/homework3/language3.lisp) (load "c:/documents *** - READ from # #>>: there is no package with name "C" 1. Break [3]> and settings/kbsmith2/my documents/ece578/homework3/language3.lisp") *** - EVAL: variable AND has no value 2. Break [4]> ;; Dribble started 2005-01-30 18:22:13 # [2]> (load "c:/documents and settings/kbsmith2/my documents/ece578/homework3/language3.lisp") ;; Loading file C:\documents and settings\kbsmith2\my documents\ece578\homework3\language3.lisp ... ;; Loaded file C:\documents and settings\kbsmith2\my documents\ece578\homework3\language3.lisp T [3]> (ask_question '(who are you)) MAX [4]> (ask_question '(where are you)) (IN THE LAB) [5]> (ask_question '(where is the lab)) (AT PSU) [6]> (ask_question '(the lab is where)) (AT PSU) [7]> (ask_question '(why are you here)) (TO ANSWER QUESTIONS) [8]> (ask_question '(why am I here)) (TO BUILD ROBOTS) [9]> (ask_question '(when was the lab built)) (IN YEAR 2000) [10]> (ask_question '(where is the computer)) (BY THE DOOR) [11]> (ask_question '(what color is the lab)) PURPLE [12]> (ask_question '(what microcontroller do you have)) (BASIC STAMP) [13]> (ask_question '(what can you do)) (MAX DOES CARTWHEELS) [14]> (ask_question '(where are the tools)) (EVERYWHERE AROUND LAB) [15]> (ask_question '(where are you now)) (IN THE LAB) [16]> (ask_question '(when did you get here)) (AN HOUR AGO) [17]> (quit) Bye.