Carl Read's comments are correct. In general, a complete guide for VID
was never written, but you can find a variety of examples for using
the LIST style, which is what you need.
It's general format is:
LIST attributes layout SUPPLY supply-function
The SUPPLY function is called for each cell in the list, and provides
the data that is displayed in it. It's quite powerful because you can
modify any of the attributes on the fly, using the SUPPLY function.
I wrote a tutorial on it many years ago, but I'm not sure where it
ended up. You can look around
rebol.org for other examples, now that
you know what style to use.