CASA Function: casaAttributes

Checks whether the argument is a list of string=value pairs as required by CASA.

Calling Sequence:

Parameters:

x : anything

Result:

b : bool

Description:

Examples:

> type(["genus"=1],casaAttributes);

[Maple Math]

> type("genus"=1,casaAttributes);

[Maple Math]

See Also:

[CASA] [properties]