mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
4 lines
124 B
Text
4 lines
124 B
Text
// Check that the LSL functions with side effects are not computed.
|
|
default{timer(){
|
|
llXorBase64Strings("AB", "CD");
|
|
}}
|