|
Save
Save["filename", symbol] appends definitions associated with the specified symbol to a file.
Save["filename", "form"] appends definitions associated with all symbols whose names match the string pattern form.
Save["filename", "context`"] appends definitions associated with all symbols in the specified context.
Save["filename",  , , ... ] appends definitions associated with several objects.
Save uses FullDefinition to include subsidiary definitions.
Save writes out definitions in InputForm.
Save uses Names to find symbols whose names match a given string pattern.
You can use Save["filename", "s"] to write out the definition for the value of a symbol s itself.
See Section 1.11.1 and Section 2.12.1.
See also: PutAppend, Get, DumpSave.
New in Version 1; modified in 3.
Further Examples
|