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

Online Help

All Products    Maple    MapleSim


type/symbol

check for an object of type symbol

 

Calling Sequence

Parameters

Description

Subtypes

Supertypes

Examples

Calling Sequence

type(x, symbol)

Parameters

x

-

any expression

Description

• 

The call type(x, symbol) checks to see if x is of type symbol. It returns true if x is of type symbol, and false otherwise.

• 

A symbol is a Maple expression that is a name but that is not of type indexed.

Subtypes

• 

type/global, type/local

Supertypes

• 

type/name

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

See Also

type

type/atomic

type/identical

type/indexed

type/literal

type/name

type/string

 


Download Help Document