Question: adding warnings to interpreter

With a lot of languages, the compiler will issue warnings when the user does something that could cause errors. I often find myself mistyping or misspelling words in Maple, and this often leads to runtime errors.  Is it possible to make the interpreter issues warnings when I implicitly declare a variable or do something similarly risky? 

Please Wait...