readMaple(fn)
Read the result of a previous Maple computation stored in the file fn via the option store of callMaple.
callMaple( ... , store=>fn); readMaple(fn)
will return the same result as
callMaple( ... )
The object readMaple is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/MapleInterface.m2:309:0.