Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Rodriguez committed Aug 31, 2024
1 parent ce733e3 commit 177c158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/docs/chapter-05-gbdialog-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | <pre>data = NEW OBJECT <br/> data.color = "blue" <br/> TALK "New object created."</pre> |
| NEW ARRAY | Creates a new array. | <pre>data = NEW ARRAY <br/> data[0] = "red" <br/> TALK "New array created."</pre> |

```

### Internal Variables and Functions.

Expand Down

0 comments on commit 177c158

Please sign in to comment.