ListLanguages - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

CodeGeneration[LanguageDefinition]

  

ListLanguages

  

list defined languages

 

Calling Sequence

Description

Examples

Calling Sequence

CodeGeneration[LanguageDefinition][ListLanguages]()

Description

• 

The ListLanguages command lists the names of all languages which have been defined for use by CodeGeneration, including built-in languages.

• 

Once added with Add or Define, user-defined languages should appear in the list returned by ListLanguages.

Examples

Define a new language ListLanguagesExample with Define, and check that it now appears in the list of defined languages.

(1)

(2)

See Also

IsDefined

Language Definition Overview

LanguageDefinition

 


Download Help Document