!752 // current standard translator // main program p { makeBot("NL Test Bot."); } // S = String, s is the question, you return the answer. static S answer(S s) { // match is flexible in terms of case and punctuation if (match("hello", s)) ret "Hello you too!"; // ret = return ret null; // unknown question } // That is all! Now get tinybrain.de/x30.jar and run your program :)