Next: , Previous: Time Library Library Reference, Up: Libraries For Interpreted Languages


6.12 Byte Data Library

The data library provides for amorphous data processing.

The library describes a special data type, the `data' type. One `data' datum is a byte array. Bytes in the array may have any value, zero included, the length of the array is recorded together with the array itself.

See Application Defined Types.