Last Modified: 1/1/2021
Inserts data into your ROM that can be read using the Read command and the Read() function.
| Name | Type | Required | Description |
| Value | Integer/String | Yes | The data you want inserted into your ROM. |
| Syntax: Data <Value>, [<Value>] |
|
Reload MyData Read x,y Print x,y MyData: Data 1,2,3,4 |