Topic
I was working on this sketch https://openprocessing.org/sketch/2664809 and instanceID() / 10 gives a type error, but 0.1 * instanceID() does not. For consistency and to reduce the number of times a programmer has to manually convert between numeric types, do you think we should just auto-convert instanceID() to a float behind the scenes?