| kind | = | "Sequence Cons" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
nil
[ show source ]
method(wrappedSequence, context, messages, +rest, res = mimic res wrappedSequence = wrappedSequence res context = context res messages = messages res restArguments = rest res ary = list res )
nil
[ show source ]
method(
while(wrappedSequence next?,
if(ary length ==(restArguments [](0)),
ary shift!)
ary push!(wrappedSequence next)
if(ary length ==(restArguments [](0)),
return(ary mimic)))
)
nil
[ show source ]
method(
while((ary length +(2) <(restArguments [](0))) &&(wrappedSequence next?),
ary push!(wrappedSequence next))
((ary length +(2)) >=(restArguments [](0))) &&(wrappedSequence next?)
)