Also it would be very nice to have the constant
#PB_Compiler_Procedure
that will be replaced by the procedures name currently running for standart error functions like this one:
Procedure ErrorMsg(Function.s,ErrorString.s,Line.l)
MessageRequester("Error in " + Function,ErrorString + " Line:" + Str(Line),0)
End
EndProcedure
