LSL-PyOptimizer/unit_tests/regression.suite/side-effects.lsl

4 lines
124 B
Text

// Check that the LSL functions with side effects are not computed.
default{timer(){
llXorBase64Strings("AB", "CD");
}}