Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Note:

Example:

proc(j)=factorial(x)
  prod(1:x)
endp

savemac("factorial")
Result:

Writes the macro factorial into the file factorial.xpl in your XploRe directory.

Group: Reading and Writing
See also: editmac write

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 17.8.2000