PL/I
Ilme
| PL/I | |
|---|---|
| Väljalaskeaeg | 1960 |
PL/I (Programming Language One) on üldotstarbeline protseduraalne imperatiivne programmeerimiskeel, mis loodud 1960. aastail.[1]
Hello, world
[muuda | muuda lähteteksti]Hello world programm PL/I-s:
Test: proc options(main) reorder;
put skip edit('Hello, world!') (a);
end Test;