svoid printFunctionForTenSeconds(O f) { for i to 10: { long time = sysNow(); print(pcallF(f)); sleepUntilSys(time+1000); } }