Beispiel #1
0
        public ISentence tell(string aSentence)
        {
            ISentence s = parser.Parse(aSentence);

            tell(s);
            return(s);
        }