diff --git a/main.py b/main.py index 9a60689..30238dd 100755 --- a/main.py +++ b/main.py @@ -285,7 +285,8 @@ Case insensitive. would keep a single copy of "longstring", while if the strings are added, both "alongstring" and "blongstring" take memory. - ListLength + Optimize llGetListLength(arg) to arg!=[]. + ListLength + Optimize llGetListLength(arg) to arg!=[]. Needs constant + folding active to work. Miscellaneous options