concatenated - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

typepi,`||`

false

(1)

typea43,`||`

true

(2)

typen45.67,`||`

false

(3)

rpolyx32x

rpolyx32x

(4)

typer,`||`

true

(5)

See Also

cat

type

type/integer

type/name

type/range

type/string

||