Hi Friedrich

i would like to suggest a new pragma

STRICT.

If this is set, a variable can only be used, if it is defined first.

If a variable is used without definig it first, the compiler stops with
a fatal error.

This would prevent you from using wrong variable values because of a
simple typo.

What do you think?

Markus