unassign - Maple Help

Online Help

All Products    Maple    MapleSim


unassign

unassign names

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

unassign(name1, name2, ...)

Parameters

name1, name2, ...

-

names

Description

• 

This procedure unassigns all the unevaluated names given as input. The value returned by unassign is NULL.

• 

If any namei is of type indexed, then op(0,namei) must be either a table or a table-based array.

Examples

a1:

a

1

(1)

The names passed to unassign must be unevaluated, use single quotes to enclose the names.

unassigna

a

a

(2)

Ttable1,1=1,2,2=2

Ttable2,2=2,1,1=1

(3)

unassignT1,1

T1,1

T1,1

(4)

entriesT,pairs

2,2=2

(5)

See Also

assign