Save
Save["filename",symbol]
appends definitions associated with the specified symbol to a file.
Save["filename","patt"]
appends definitions associated with all symbols whose names match the string pattern "patt".
Save["filename","context`"]
appends definitions associated with all symbols in the specified context.
Save["filename",{object1,object2,…}]
appends definitions associated with several objects.
Details

- 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.
- Save works with local and cloud objects.
- Save[File["filename"],…] is also supported.
Examples
open all close allBasic Examples (2)
Scope (1)
Generalizations & Extensions (2)
Applications (1)
Properties & Relations (2)
Introduced in 1988
Updated in 2016
(1.0)
|
(11.0)