3 lines
130 B
Text
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;
|