SL allows the user to reference SL values in quoted JavaScript code by prefixing the value's name with a '$' character. At the moment, the user can refer to any SL name and the compiler does not take scoping or even existence of the value into account.
It is desirable, that the compiler checks if all SL names referenced in a JavaScript quote exist and are visible in the current scope.
SL allows the user to reference SL values in quoted JavaScript code by prefixing the value's name with a '$' character. At the moment, the user can refer to any SL name and the compiler does not take scoping or even existence of the value into account.
It is desirable, that the compiler checks if all SL names referenced in a JavaScript quote exist and are visible in the current scope.