TEXT - Maple Help

Online Help

All Products    Maple    MapleSim


The TEXT Data Structure

 

Calling Sequence

Parameters

Description

Calling Sequence

TEXT(s1, s2, ...)

Parameters

s[1], s[2], ...

-

strings or symbols

Description

• 

The TEXT data structure is used to represent help topic contents for use with the HELP stream.

• 

For a description of what constitutes a valid Maple string or symbol, see type[string] or type[symbol].

• 

In previous versions, the TEXT data structure was used to add information to the help system.  That functionality is now supplied by the makehelp command.

See Also

makehelp

name

type[string]

type[symbol]