Arma doesn't raise an error if we call a code-variable which is not defined:
0 call fnc_codeDoesNotExist; // No error
Which causes obvious inconvenience.
More thoughts about this feature:
- Does it need to work with private variables too?
- Will it work with
with uiNamespace do ?