Introduction
The hics extension adds two built-in objects, the scheme and format data objects.
| Hics Built-in Script |
|---|
| object age: { values value unit style; function text { result = value + unit + @if(@size(style)=0, "", " (" + style + ")"); }; }; object sch: { values code name basename fieldnames grammar formats default:in default:out visible; }; object fmt: { values code grammar rules visible pseudo:in pseudo:out shorthand; }; |
The sch: and fmt: objects are effectively read-only as, even if the values are changed, the underlying definitions do not.