diff --git a/site/docs/chapter-05-gbdialog-reference.md b/site/docs/chapter-05-gbdialog-reference.md index 764410f4..23116967 100644 --- a/site/docs/chapter-05-gbdialog-reference.md +++ b/site/docs/chapter-05-gbdialog-reference.md @@ -91,8 +91,6 @@ To organize the instructions functionally, I'll group them into five categories: | NEW OBJECT | Creates a new object to be used with REST calls. |
data = NEW OBJECT| | NEW ARRAY | Creates a new array. |
data.color = "blue"
TALK "New object created."
data = NEW ARRAY| -``` - ### Internal Variables and Functions.
data[0] = "red"
TALK "New array created."