Good guess.. it seems it really behaves like what you described..
Code:
alias whee {
  set %test global
  var %test = local
  echo -a *** %test
  unset %test
  echo -a *** %test
}

*** local
*** global

Edit: lol, posting quickly at the same time is a mess
smile

Last edited by cold; 26/09/03 03:35 PM.

* cold edits his posts 24/7