연산자 (프로그래밍): 두 판 사이의 차이

내용 삭제됨 내용 추가됨
편집 요약 없음
43번째 줄:
| [[ALGOL 68]]
| +* ** * / % %* %× - + < <= >= > = /= & -:= +:= *:= /:= %:= %*:= +=: :=: :/=:
(모든 연산자는 '''진하게 되어 있는''' 영숫자 등가물을 가지고 있다, 다음 열 참조. 일부는 비 [[미국 정보 교환 표준 부호|아스키]] 등가물을 가지고 있다, 아래를 참조.)
¬ +× ⊥ ↑ ↓ ⌊ ⌈ × ÷ ÷× ÷* □ ≤ ≥ ≠ ∧ ∨ ×:= ÷:= ÷×:= ÷*:= %×:= :≠:
| '''not''' '''abs''' '''arg''' '''bin''' '''entier''' '''leng''' '''level''' '''odd''' '''repr''' '''round''' '''shorten''' '''i''' '''shl''' '''shr''' '''up''' '''down''' '''lwb''' '''upb''' '''lt''' '''le''' '''ge''' '''gt''' '''eq''' '''ne''' '''and''' '''or''' '''over''' '''mod''' '''elem''' '''minusab''' '''plusab''' '''timesab''' '''divab''' '''overab''' '''modab''' '''plusto''' '''is''' '''isnt'''
78번째 줄:
| {{No}}
|-
| [[Java자바 (programming프로그래밍 language언어)|Java자바]]
| new [[instanceof]]
| {{Yes}}