PL/I reads like a more rigorous C with better type declarations — despite predating C by six years. /* This is a comment */ DECLARE X FIXED BINARY(15); /* 15-bit signed integer */ DECLARE Y DEC ...