Hi Jules, would it be possible to add operator<<'s for the int64 variable type? At the moment these have to be explicitly casted to another variable type such as an int or double to get the operator's to work. Or of course wrap them in a String constructor. Its just a bit of a pain when your using lots of DBG macros when debugging and String does provide an int64 constructor.
Thanks.
