Next:
DORIS_MCA
Up:
Symbols
Previous:
Symbols
Contents
Index
Introduction
The Perl interface to symbols is the
%SYM
hash. That means the expression
s1 = 12
in .gra-speak is equivalent to
$Spectra::SYM{ s1} = 12
in Perl. The symbol name is not case sensitive.