Move the object pointer to the previous object in the Type collection. |
custom_type_variable = not the Type name, but 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 previous 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 |