MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

DeclareTriads — Declaration of triad labels [mathematica]

DeclareTriads[a1, ..., an]

a1, ..., an: names

The function DeclareTriads establishes the names a1, ..., an as triad labels. A name may only be declared once as a triad label.

The function DeclareTriads results in permanent changes to the global variable GlobalTriadDeclarations.

Restart;
DeclareTriads[a,b,c];
GlobalTriadDeclarations

{ a "->" { } , b "->" { } , c "->" { } }


Toolbox functions