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