strictVariables
- global property
The strictVariables
global property allows you to require stricter usage of variables at runtime. When the strictVariables property is set to true, accessing an uninitialized variable will throw an exception rather than evaluating as an unquoted literal. This property is initially set to false. Setting it to true can aid debugging by helping to find variable names that were inadvertently misspelled, for example.
- Related: strictFiles, strictProperties