Here is an example: ``` text t = { value: "hello" } array a = { above: "bonjour" value: [0, 1, 2] } page show a page a.setText(t, "above") ```