Unique Programming Languages

Unique Programming Languages

Save Computer Language

C, Pascal, Ada

Why has Ada /= for not equal sign? C has != and Pascal has <> or # ?

1. Visually (Type in code, by a human.)

As you type, you make errors.

2. Compiler

 

Font

(Math Symbol)CPascalAda
{Beginbegin
} Endend
= :=
a == b =
/ /
%Mod
!Not
\(\neq\)!=<>/=
&&And
||Or
^Xor
a >> 2Shr
<<Shl
++Inc
- -Dec
/*{ or (*
*/} or *)
////
0x$
&@
*^
if()If Then
if() elseIf Then Else
whileWhile Do
do whileRepeat Until Not
do while !Repeat Until
for ++For To Do
for --For Downto Do
switch case breakCase Of End
switch case break defaultCase Of Else End
Font2

 

Helpful?

Schreiben Sie einen Kommentar

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Warenkorb
Scroll to Top