RosettaCodeData/Task/Introspection/Maple/introspection-2.maple

2 lines
98 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> if sscanf( (StringTools:-Split(kernelopts(version))[2]), "%d.%d" )[1] < 300 then `quit`(1) end;