function doTheThing(%data) { echo("I'm doing the thing with" SPC %data); } schedule(1000, 0, "doTheThing", "the data");