YOU ARE VIEWING ARCHIVAL DOCUMENTATION FOR ioL VERSIONS 0.9x. Go to doc.iol.science for the latest version.
ioL

Programming manual (doc0.iol.science)



<scalar>

Defines a variable object that stores a single data element of any data type.

If a list of values is assigned to the scalar object's default field, the list elements will be collapsed into a single text element if this produces a valid result, otherwise invalid will be assigned to the scalar object.

A scalar object does not itself return its contents or display data as a markup element would, however you can create a reference to a vector instance in order to get and/or manipulate the data element stored inside.