icitypes(1) DragonFly General Commands Manual icitypes(1)NAME
icitypes - ICI data typesDESCRIPTION
Ici supports a base set of standard data types. Each is identified by a simple name. In summary these are: array An ordered sequence of other objects. file An open file reference. float A double precision floating point number. func A function. int A signed 32 bit integer. mem References to raw machine memory. ptr A reference to a storage location. regexp A compiled regular expression. set An unordered collection of other objects. string An ordered sequence of 8 bit characters. struct An unordered set of pairs of objects. icitypes(1)