[newbie] make local var visible

#> Can we make something like proc but do it inside out? We do
#not adjust the
#> methods but the vars, that is.

···

Jim Weirich [mailto:jim@mail.one.net] wrote:

#
#Then your choices are to
#
#A) make it global (ie. $foo), or
#B) make it a constant (ie. Foo).

ah, constants. I think i missed that. They look shaved :slight_smile:
Constants will do for now.

Thanks Jim

kind regards -botp

#
#--
#-- Jim Weirich jim@weirichhouse.org http://onestepback.org
#-----------------------------------------------------------------
#"Beware of bugs in the above code; I have only proved it correct,
#not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)
#