IF CD.LevelKey[ap.ob.level] = $pol THEN {
TerminalIO.WriteRope["found one\n "];
mark.pos ← [x: ap.location.x, y: ap.location.y+Real.RoundI[ap.ob.size.y/2]];
mark.name ← "left";
[] ← CDCells.IncludeApplication[design: design, cell: ob, aptr: AlignmentMarks.MakeMarkAptr[mark: mark]];
mark.pos ← [x: ap.location.x+ap.ob.size.x, y: ap.location.y+Real.RoundI[ap.ob.size.y/2]];
mark.name ← "right";
[] ← CDCells.IncludeApplication[design: design, cell: ob, aptr: AlignmentMarks.MakeMarkAptr[mark: mark]];
[] ← CDCells.RemoveApplication[design: design, cell: ob, aptr: ap, draw: FALSE];
};