In
<6935415174647799.wa.elardus.engelbrechtsita.co...@listserv.ua.edu>,
on 06/13/2013
   at 08:56 AM, Elardus Engelbrecht <[email protected]>
said:

>Easy, if you refer to an UNASSIGNED stem item, the default value is
>'empty' if you try to refer to it.

No; the default is the compound variable name in upper case. You're
seing 'empty' because you explicitly assigned that value to hole.
(hole. = "empty"). Change that to hole. = 'something else' and you'll
see 'something else'; remove the statement and you'll get a value of
the compound variable name[1] in upper case, e.g., HOLE.1.

[1] Which may not be the same as the original symbol, e.g.,
    /* REXX */
    dick = jane
    foo.1 = bar
    say foo.dick
    /* FOO.JANE */  

-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     Atid/2        <http://patriot.net/~shmuel>
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to