INPUT /  OUTPUT /  LANGUAGE






vector tag

Category: persistent logic tag

Stores a list of values.

Sample usage

Fields

Primary field

Secondary fields

Behaviour

The vector tag holds a list of zero or more values. When a new value is pushed into a vector, it is added to the end of the list. Values are immutable once added to the list, they cannot be modified without clearing the entire vector.

Vector fields within ioL work with the same mechanics as vector tags, so the same built-in secondary fields that apply to vector tags also apply to vector fields.

Result

Notes

Example