RosettaCodeData/Task/Introspection/PL-I/introspection-1.pli
2014-01-17 05:34:36 +00: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;