interface kit : handler { kit void source(in string file); void eval(in string command); string result(); widget root(); }; slide: kit