Warning: Undefined variable $info in /home1/josetxoc/public_html/certif/showmanual.php on line 43

Warning: Trying to access array offset on value of type null in /home1/josetxoc/public_html/certif/functions.php on line 96

Warning: Undefined variable $thispage in /home1/josetxoc/public_html/certif/showmanual.php on line 50

spec

Software for Diffraction

2.3.16.2. - Indirection Operator

The @ character is a special unary operator that provides indirection when used in front of a symbol name. The behavior is similar to the C language * indirection operator. In spec, the @ operator allows reference to a variable whose name is the string value of another variable. For example:
1.FOURC> a = "b"; b = PI; print a, @a
b 3.14159 2.FOURC>



Warning: Undefined variable $thispage in /home1/josetxoc/public_html/certif/showmanual.php on line 73