
now.....this is essential...
The compiler must make sure the Variable is assigned a value or else let the user know!!! or let there be an option to turn this on.. i cant quite remember what this is called.... let me give you an example.
i had this line in my PB code:
assx.f = PeekF(*pts_data_zzdepoints+bfr_ptr1+4)
now... the line should have been:
assx.f = PeekF(*ptr_data_zzdepoints+bfr_ptr1+4)
..and quess what... finding these kinds of bugs is really annoying!!!!!

(Implemented as 'EnableExplicit')
...really would like to have this option in the compiler.. i know all u ppl who know how to code, agree on this.