Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
CodeGeneration[Save] - save defined languages to archive
Calling Sequence
Save( archive, language = l )
Parameters
archive
-
(optional) string; Maple library
l
(optional) string, list, or set; translators to save
Description
The Save command saves one or more language translators to the specified Maple archive. This command is used for saving any user-defined languages added with tools from the CodeGeneration[LanguageDefinition] subpackage.
The language translators to be saved are specified with the language = l option. The parameter l may be a string corresponding to a defined language name, or a list or set of strings which correspond to several defined language names.
If archive is specified, then the languages are saved in the corresponding library. If the library file does not exist, it is automatically created.
If archive is specified as a directory, Maple assumes the default library name, maple.mla. Otherwise, you must specify archive as a path and library name.
If archive is not specified and savelibname is assigned, but does not specify a library, an error is generated.
If archive is not specified and savelibname is unassigned, the first library appearing in libname is used.
Note: Save cannot write to a library that is read-only. In this case, an error is generated.
Examples
Save a newly-defined language to an archive for later re-use.
See Also
CodeGeneration, CodeGeneration[LanguageDefinition], LibraryTools[Save]
Download Help Document