| kind | = | "Sequence Combination" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
nil
[ show source ]
method(left, right, newObj = mimic newObj current = left newObj right? = true newObj right = right newObj )
nil
[ show source ]
method(
if(current next?,
current next,
if(right?,
@ current = right
@ right? = false
current next,
nil))
)