Automatic bundle update

This commit is contained in:
Github Actions
2025-06-02 18:09:30 +00:00
parent ea333a0a63
commit ee06e8b19f
34 changed files with 68 additions and 0 deletions

View File

@@ -2599,11 +2599,13 @@ lenum.always = 无条件跳转
lenum.idiv = 整数除法,返回不带小数的商
lenum.div = 除法,除以 0 时返回 [accent]null[]
lenum.mod = 求除法的余数
lenum.emod = True modulo, result is always positive.
lenum.equal = 相等。转换参数类型后进行比较\n与数字进行比较时null 转换为 0 ,非 null 对象转换为 1
lenum.notequal = 不相等。转换参数类型后进行比较
lenum.strictequal = 严格相等。不转换参数类型\n可用于准确检查 [accent]null[] 对象
lenum.shl = 左移位
lenum.shr = 右移位
lenum.ushr = Unsigned bit-shift right.
lenum.or = 按位或
lenum.land = 逻辑与
lenum.and = 按位与