Close
Close window
unassign - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

unassign

unassign names

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


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /