Reload |
Previous Next |
Reload <LineLabel>
|
Part
|
Description
|
<LineLabel>
|
Required. This is the line label where the data pointer will be reset
to.
|
Reload MyData
ReadInt a, b, c, d
Print a, b, c, d
MyData:
DataInt 1, 2, 3, 4, 5
|