fimpp
fimpp copied to clipboard
Fix array not returning nothing on OOB read.
For instance, the following program throws java.lang.IndexOutOfBoundsException instead of
setting Errors to nothing:
I found a book titled Debugging. On 1st page of Debugging I read about Errors.
This change also fixes the bf.fimpp example, which right now just throws the above exception.