!752 static S news; p { load("news"); } answer { if (matchStart("have you heard the news", s, m)) { news = m.rest().trim(); save("news"); ret "Cool! I will tell everyone!"; } if "news" ret news; }