<> <> <> <> <> <<>> Install Pipal _ &text _ PipalTextMutant.CreatePipalText["text", [400.0, 100.0]] _ &mutant _ PipalTextMutant.Create[&text] _ &viewer _ PipalEditor.CreateViewer[&mutant] _ ViewerOps.OpenIcon[&viewer] _ PipalTextMutant.InsertRope[&mutant, "inserted "] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.SetSelection[&mutant, [0, 9]] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.InsertRope[&mutant, "more "] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.InsertChar[&mutant, ' ] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.SetSelection[&mutant, [0, 5], secondary] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.Move[&mutant] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.SetSelection[&mutant, [1, 5], secondary] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.Copy[&mutant] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.Transpose[&mutant] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.Delete[&mutant] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.Paste[&mutant] _ ViewerOps.PaintViewer[&viewer, all] _ PipalTextMutant.Erase[&mutant] _ ViewerOps.PaintViewer[&viewer, all]