Warning: session_start(): open(/var/lib/php/sessions/sess_ofj7eqicf7nb0h3mf9a440gg3p, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
cprint {
transient new TransformersOnObjects too;
switchable long maxSteps = 1000;
start-thread {
too.addObject(GStatement("A timer is something that times"));
too.addObject(GStatement("A waiter is someone who waits"));
too.addObject(GQuestion("A timer is..."));
too.addObject(GQuestion("A waiter..."));
too.addTransformer(func(GQuestion q, GStatement s) {
if (q.text instanceof S && s.text instanceof S && match((S) q.text, (S) s.text))
ret new GAnswer(s.text, q);
null;
});
stepAllWithStats(too, maxSteps);
pnlWithClasses(too.getObjects());
}
}