!7 p { bot(); callAnswerMethod("Wie geht es dir heute"); } answer { S sentence = s; L words = words(dropPunctuation(sentence)); printStruct(words); for (S word : words) gudrun_silent(word); for (S word : words) gudrun(print(word)); }