You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> if the file system is enabled, export the `FullDefinition` of the `expression` to the "path-to-filename" file. The saved file can be imported with `Get`.
8
+
9
+
```
10
+
Save("path-to-filename", "Global`*")
11
+
```
12
+
13
+
> if the file system is enabled, export the `FullDefinition` of all symbols in the `"Global`*"` context to the "path-to-filename" file.
14
+
15
+
16
+
### Examples
17
+
18
+
Save a definition with dependent symbol definitions into temporary file
*[Implementation of Export](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/reflection/system/Export.java#L42)
> if the file system is enabled, export the `FullDefinition` of the `expression` to the "path-to-filename" file. The saved file can be imported with `Get`.
8
+
9
+
```
10
+
Save("path-to-filename", "Global`*")
11
+
```
12
+
13
+
> if the file system is enabled, export the `FullDefinition` of all symbols in the `"Global`*"` context to the "path-to-filename" file.
14
+
15
+
16
+
### Examples
17
+
18
+
Save a definition with dependent symbol definitions into temporary file
*[Implementation of Export](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/reflection/system/Export.java#L42)
0 commit comments