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 = 나누기\n0으로 나누면 [accent]null[]을 반환합니다.
lenum.mod = 나머지
lenum.emod = True modulo, result is always positive.
lenum.equal = 동치 비교. 형변환 가능\nNull이 아닌 객체가 숫자와 비교하려면 1이 되고, 아니면 0이 됩니다.
lenum.notequal = 동치 부정. 형변환 가능
lenum.strictequal = 엄격한 동치 비교. 형변환 불가능\n[accent]null[]을 확인할 때 쓸 수 있습니다.
lenum.shl = 왼쪽으로 비트 이동
lenum.shr = 오른쪽으로 비트 이동
lenum.ushr = Unsigned bit-shift right.
lenum.or = 비트연산자 OR
lenum.land = 논리연산자 AND
lenum.and = 비트연산자 AND