|
5.1.23 dump
Syntax:
dump ( link_expression )
Type:
- none
Purpose:
- dumps (i.e., writes in a "message" or "block") the state of the SINGULAR
session (i.e., all defined variables and their values) to the specified
link (which must be either an ASCII or MP link) such that a
getdump can retrieve it later on.
Example:
Restrictions:
- For ASCII links, integer matrices contained in lists are dumped as
integer list elements (and not as integer matrices), and lists of lists
are dumped as one flatted list. Furthermore, links
themselves are not dumped.
See
getdump;
link;
write.
|