REM Test Knowledge Base (weather.kb) RULE [Is it going to rain?] If [precipitation] = "expected" Then [the recommendation] = "wear a raincoat" PROMPT [precipitation] MultChoice CF "According to the weather forecast, precipitation is:" "expected" "not expected" GOAL [the recommendation]