RosettaCodeData/Task/Introspection/PL-I/introspection-1.pli
2023-07-01 13:44:08 -04:00

3 lines
130 B
Text

S = SYSVERSION();
if substr(S, 6, 6) < '050000' then
do; put skip list ('Version of compiler is too old'); stop; end;