Macaulay2 » Documentation
Packages » RunExternalM2 :: runExternalM2ReturnAnswer
next | previous | forward | backward | up | index | toc

runExternalM2ReturnAnswer -- stores a Macaulay2 variable's value in a file, to later be read by the RunExternalM2 package

Synopsis

Description

This function tries to serialize t into the file f, that is, convert it into a standard format for storage. In this case, we convert t into a string using toExternalString. This function is not intended for public use.

See also

For the programmer

The object runExternalM2ReturnAnswer is a function closure.