Group: | Reading and Writing |
See also: | editmac write |
Function: | savemac | |
Description: | savemac saves the given quantlet into a file |
Usage: | savemac (macro_name {, file}) | |
Input: | ||
macro_name | string with the name of the macro | |
file | string with the name of the file |
proc(j)=factorial(x) prod(1:x) endp savemac("factorial")
Writes the macro factorial into the file factorial.xpl in your XploRe directory.
Group: | Reading and Writing |
See also: | editmac write |