Operator (computer programming): Difference between revisions

Content deleted Content added
Compilation: Remove info that is uncited, guess-work, low value and rather obvious; mostly word salad
Operator features in programming languages: simplify complicated info for algo
Line 65:
{| class="sortable wikitable"
|-
!Language
!Programming language
!Symbolic operators
!Nonalphanumeric operator symbols
!Alphanumeric operator symbolsoperators
!Prefix
!Infix
Line 77:
! {{verth|Programmer-defined<br/>operator symbols}}
|-
| [[ALGOL 68]] (each symbolic operator has an alphanumeric equivalent and some a non-[[ASCII]] equivalent)
| [[ALGOL 68]]
| {{mono|1=+* ** * / % %* %× - + &lt; &lt;= >= > = /= & -:= +:= *:= /:= %:= %*:= +=: :=: :/=:}}
non-ASCII:
(All operators have '''bold''' Alphanumeric equivalents, c.f. next column. Some have non [[ASCII]] equivalents, c.f. below.)
{{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}}'''}}
| {{Yes}}
| {{Yes}}