Content deleted Content added
Stevebroshar (talk | contribs) →Operator features in programming languages: Less annoying/loud styling |
Stevebroshar (talk | contribs) →Operator features in programming languages: more consistent formatting |
||
Line 79:
| [[ALGOL 68]] <small>each symbolic operator has an alphanumeric equivalent and some a non-[[ASCII]] equivalent</small>
| {{mono|1=+* ** * / % %* %× - + < <= >= > = /= & -:= +:= *:= /:= %:= %*:= +=: :=: :/=:}}
(non-ASCII
{{mono|1=¬ +× ⊥ ↑ ↓ ⌊ ⌈ × ÷ ÷× ÷* □ ≤ ≥ ≠ ∧ ∨ ×:= ÷:= ÷×:= ÷*:= %×:= :≠:}}
| {{mono|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 {{Not a typo|isnt}}}}
Line 93:
| [[APL (programming language)|APL]]
| {{mono|1=+ - × ÷ ⌈ ⌊ * ⍟ <nowiki>|</nowiki> ! ○ ~ ∨ ∧ ⍱ ⍲ < ≤ = ≥ > ≠ . @ ≡ ≢ ⍴ , ⍪ ⍳ ↑ ↓ ? ⍒ ⍋ ⍉ ⌽ ⊖ ∊ ⊥ ⊤ ⍎ ⍕ ⌹ ⊂ ⊃ ∪ ∩ ⍷ ⌷ ∘ → ← / ⌿ \ ⍀ ¨ ⍣ & ⍨ ⌶ ⊆ ⊣ ⊢ ⍠ ⍤ ⌸ ⌺ ⍸}}
|
| {{Yes}} <small>(first-order functions only)</small>
| {{Yes}}
Line 128:
|-
| [[C++]]
|
|
| {{Yes}}
| {{Yes}}
Line 140:
|-
| [[C sharp (programming language)|C#]]
|
| {{mono|1=[[sizeof]] nameof new stackalloc await [[Exception handling|throw]] checked unchecked is as delegate default true false}} <br />
| {{Yes}}
| {{Yes}}
Line 152:
|-
| [[Java (programming language)|Java]]
|
| [[Java syntax#Instantiation|new]] [[Exception handling|throw]] [[instanceof]]
| {{Yes}}
Line 177:
| [[Haskell]]
| {{mono|1=+ - * / ^ ^^ ** == /= > < >= <= && <nowiki>||</nowiki> >>= >> $ $! . ++ !! :}} <small>Many more in common libraries</small>
|
| {{Yes}}
| {{Yes}}
Line 272:
| [[Smalltalk]]
| (yes - Up to two characters<ref name="BinaryMessages">{{cite web|first=Adele|last=Goldberg|url=http://stephane.ducasse.free.fr/FreeBooks/BlueBook/Bluebook.pdf|title=Smalltalk-80: The Language and its Implementation, p. 27, ISBN 0-201-11371-6}}</ref>)
|
| {{No}}
| {{Yes}}
Line 283:
|-
| [[Swift (programming language)|Swift]]
|
| {{mono|1=is as as?}}
| {{Yes}}
Line 296:
| [[Visual Basic .NET]]
| rowspan="2" | {{mono|1=() . ! ?() ?. ?! + - * / \ & << >> < <= > >= ^ <> = += -= *= /= \= &= ^= <<= >>=}}
| {{mono|1=New Await Mod Like Is IsNot Not And AndAlso Or OrElse Xor If(...,...) If(...,...,...) GetXmlNamespace(...) GetType(...) NameOf(...) TypeOf...Is TypeOf...IsNot DirectCast(...,...) TryCast(...,...) CType(...,...) CBool(...) CByte(...) CChar(...) CDate(...) CDec(...) CDbl(...) CInt(...) CLng(...) CObj(...) CSByte(...) CShort(...) CSng(...) CStr(...) CUInt(...) CULng(...) CUShort(...)}} <br />
| {{Yes}}
| {{Yes}}
|