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

Online Help

All Products    Maple    MapleSim


type/||

check for an expression of type `||`

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, `||`)

Parameters

expr

-

expression

Description

• 

This command returns true if expr is an unevaluated concatenated object, and false otherwise.

• 

A concatenated object remains unevaluated if its right-hand argument does not evaluate to an expression of one of the following types.

integer

float

name

range

string

Examples

(1)

(2)

(3)

(4)

(5)

See Also

cat

type

type/integer

type/name

type/range

type/string

||

 


Download Help Document