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

Online Help

All Products    Maple    MapleSim


type/TEXT

check for TEXT

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, TEXT)

Parameters

expr

-

expression

Description

• 

This command returns true if expr is an object is a TEXT data structure, and false otherwise.

• 

For the definition of a TEXT data structure, see the TEXT help page.

Examples

sTEXT`this is the first item`,`this is the second item`,third:

types,TEXT

true

(1)

tTEXTeen,twee,drie:

typet,TEXT

true

(2)

uTEXT1:

typeu,TEXT

false

(3)

See Also

TEXT

type

type/string