RosettaCodeData/Task/Introspection/Maple/introspection-2.maple
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

1 line
98 B
Text

> if sscanf( (StringTools:-Split(kernelopts(version))[2]), "%d.%d" )[1] < 300 then `quit`(1) end;