Maby i just have never tried to name a function that started with a number... but it looks like you can't. has it always been like this?

Code:

10to3(10)


Function 10to3($number)
? "running 10to3"
EndFunction



the above code will print a "10" to the screen then error out.

ERROR : unknown command [to3]!
Script: G:\kix\sandbox\test.kix
Line : 3
This happens in 4.23, and 4.50beta


Bryce