PL/I (Programming Language One) on üldotstarbeline protseduraalne imperatiivne programmeerimiskeel, mis loodud 1960. aastail.[1]
Hello, world
Hello world programm PL/I-s:
Test: proc options(main) reorder; put skip edit('Hello, world!') (a); end Test;
You must be logged in to post a comment.