Hi,
I have just discovered this interesting and useful construct, found in
`Display.Mod', defining a pattern.
block := SYSTEM.ADR($0808 FFFF C3C3 C3C3 FFFF$);
pattern = w(byte) h(byte) {raster(byte)}
block* is exported, so can also be used in user modules.
Tomas