Processing's current parseInt(String, int) uses the int parameter as a fallback value. It would be much more useful to have it behave like Integer.parseInt(), so that the int parameter would be the ...
The parseInt() function parses a string argument and returns an integer of the specified radix (the base in mathematical numeral systems). If the radix value (coerced if necessary) is not in range [2, ...