MOO-cows Mailing List Archive

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

Re: MOO into C



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