代码大全

(singke) #1

General Motors Elsoff
1977
36
Fortran 56 100
42 33
Sheppardetal 1978


17.5.2

Pascal
a sequence of assignment statements

a := 1;
b := 2;
c := 3;

a sequence of calls to routines

Writeln a ;
Writeln b ;
Writeln c ;

If-then else
If then else


case Pascal Ada case C switch
Free download pdf