PL360 is a programming language created in 1967 by Niklaus Wirth.
#927on PLDB | 56Years Old | 60Users |
1Books | 0Papers |
PL360 (or PL/360) is a programming language designed by Niklaus Wirth and written by Niklaus Wirth, Joseph W. Wells, Jr., and Edwin Satterthwaite, Jr. for the IBM System/360 computer at Stanford University. Read more on Wikipedia...
BEGIN INTEGER BUCKET;
IF FLAG THEN
BEGIN BUCKET := R0; R0 := R1; R1 := R2;
R2 := BUCKET;
END ELSE
BEGIN BUCKET := R2; R2 := R1; R1 := R0;
R0 := BUCKET;
END
RESET(FLAG);
END
title | author | year | reviews | ratings | rating |
---|---|---|---|---|---|
Introduction To Pl360 Programming | Richard L Guertin | 0 | 0 | 0.0 |