MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: MOO into C
-
Date: Wed, 24 Jul 1996 15:05:42 PDT
-
From: slayer@kaiwan.com
-
Content-Type: text/plain; charset="us-ascii"
At 02:47 PM 7/24/96 PDT, ThwartedEfforts wrote:
>At 02:26 PM 7/24/96 PDT, you wrote:
>>foo[expr] = bar
>>
>>Where if expr is greater than the length of foo, it would append bar to
>>the end of the list foo. A good example of `expr' might be `$ + 1' or
>>some other symbol similar to $ to represent the slot past the end of the
>>list.
>
>;;x={1}; x[$+1..$] = {2}; return x;
>
he probably knew that, still think the other way would be simpler, and
easier to implement than some of the current ideas being tossed around...
Home |
Subject Index |
Thread Index