I do in this way:
t=0function INIT() trace(''..t) t=t+1end
INIT()
function TIC() trace(''..t)end
note that INIT can have the name you prefer.
sorry, didn't see that you already answered :)
Luckily we said the same thing :D
(but you formatted it better)
Thanks for the help!