[200] in Coldmud discussion meeting

root meeting help first previous next last

irrelevant request

daemon@ATHENA.MIT.EDU (Sat Apr 2 22:10:32 1994 )

Date: Sat, 02 Apr 1994 20:05:14 -0600 (MDT)
From: the Lynx <BRANDON@cc.usu.edu>
To: coldstuff@MIT.EDU
X-Vms-To: COLDSTUFF

You cannot do:

  --
  [['list, 'list]] = @[['list, 'list]];
  --

of course with variables, such as:

  --
  args = [['list, 'list]];

  if (type(args[1]) == 'list)
    args = @args;
  --

Anyhow, how does MOO handle odd situations with this, for if you do things
like:

  --
  args = [['list, 'list], 'foo];

  args = @args;
  --

?

thoughts

-brandon