The TEXT Data Structure
Calling Sequence
Parameters
Description
TEXT(s1, s2, ...)
s[1], s[2], ...
-
strings or symbols
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]
Download Help Document