There are a few useful commands in the MmaTranslator:-Mma. The help pages are rather confusing and don't seem to provide enough examples though. For example, take a look at the WriteString help page.

The calling sequence is WriteString(arguments) - and the Parameters section says that "arguments - Maple translation of the Mathematica command arguments", which assumes that the user knows the Mathematica arguments of that command.

The Description section contains only 1 sentence, "The WriteString converts expressions to strings and returns them in sequence to a specified location." What does that exactly mean?

An example would be really helpful. And what we see in the example section?

> with(MmaTranslator):

> with(MmaTranslator[Mma]):

Alec


Please Wait...