DanTheTerrible wrote:I am skeptical the description "structured" really applies to PL/1, but my memory of it is so hazy I could be wrong. The only programming languages I ever studied that I would call structured are C and its derivative, Java.
By "structured" I mean the use of control structures (if-then/while/for loops) and subroutines rather than GOTO statements as in BASIC.