Home Segments Index Top Previous Next

512: Mainline

The final task in step is to reinsert the mother back into the event queue and to insert the daughter into the event queue:

RabbitApplication method definition • instance 
step 
  | mother daughter | 
  mother := rabbits removeFirst. 
  daughter := mother bear. 
  rabbits add: mother. 
  rabbits add: daughter