parent := PRKernel instances anyOne root lookupPath: '/'. child := (PRPage named: 'newChild'). parent addChild: child. child contents: 'tis a far better thing ...'.