Move the Type object pointer to the first object in the collection. |
type_variable = the actual Type name, not the custom Type name |
Command Description:
If you haven't read up on the TYPE
command, you might want to do so before continuing.
Use this to assign a custom Type object to the first object in the collection. See the example. |
Example:
; Define a crafts Type
Type crafts ; Create 100 crafts, with the unique name of alien ; Move to the first object Print alien\x ; move to the next alien object Print alien\x ; move to the last alien object Print alien\x ; move to the second to the last alien object Print alien\x |