chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Aliasing a module variable with a variable from the user


From: minh thu
Subject: [Chicken-users] Aliasing a module variable with a variable from the user ?
Date: Thu, 29 Mar 2007 21:22:19 +0200

Hi,

Say I've a module with a bunch of procedures that use a global variable.
Call it *global*.

Can I use that module and specify that *global* is an alias of *my-global* ?
(So that every procedures of the above module now work actually on *my-global*.)

Thanks,
thu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]