PL/I (Programming Language One) on üldotstarbeline protseduraalne imperatiivne programmeerimiskeel, mis loodud 1960. aastail.[1]

PL/I
Väljalaskeaeg 1960

Hello, world muuda

Hello world programm PL/I-s:

Test: proc options(main) reorder;
  put skip edit('Hello, world!') (a);
end Test;

Viited muuda