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

2 lines
98 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> if sscanf( (StringTools:-Split(kernelopts(version))[2]), "%d.%d" )[1] < 300 then `quit`(1) end;