Very silly small bug
BlitzMax Forums/BlitzMax Bug Reports/Very silly small bug I don't think you can add a Type to a String, though.
it could print the object id like in java, or if a method "toString" exists, call that method.
Do you agree?
Do you agree?
I don't think you can add a Type to a String, though.
I think the point he was trying to make is that the existing error "Operator + can only be used with numeric types" is incorrect, because it can also be used to concatenate strings.He's tried adding a type to a string simply to get it to throw the error.