issues
search
riej
/
lsl
Linden Script (LSL) language plugin for IntelliJ IDEA
MIT License
7
stars
2
forks
source link
There is no "+VARIABLE" operator
#12
Closed
mewore
closed
1 year ago
mewore
commented
1 year ago
This is invalid:
integer a = 0; +a;
In SL:
In the plugin:
This is invalid:
In SL:
In the plugin: