!7 // Independent means we start out with an empty knowledge base. sS myName = "Number 5"; p { thread { findOutMyCountryThroughIP(); } ai_independentSmartBot(); bot_handleBothChats(); } answer { if (match("Hello " + myName, s)) ret "I'm an independent smart bot here in " + findOutMyCountryThroughIP(); }