Hey everyone,

My brain's probably fried from coding for too many consecutive hours,
but this following looks kinda strange to me:

(from function/objects/Array.st):

Array size_: _size value_: _value
[
    self := self new: (SmallInteger value_: _size).
    _oops := _value.
    {
      int i;
      for (i= 0;  i < (int)v__size;  ++i)
        ((oop *)self->v__oops)[i]= *((oop **)v__value)[i];
    }.
]

What is that "_oops := _value." doing?

Dan

_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to