15.2.1.1 Magma Objects

class Magma
Magma( [maxread=user], [script_subdirectory=10000])

Instances of class Magma have the following methods (in addition to inherited methods and special methods):

clear,$  $ get,$  $ set

Further documentation:

clear( var)

Clear the variable named var.

get( var)

Get the value of the variable var.

set( var, value)

Set the variable var to the given value.

Instances of class Magma also have the following special methods:

__call__,$  $ _start

See About this document... for information on suggesting changes.