BUFFER BS BUILD-ARRAY
BUFFER ( u -- addr )  
ansi 7.6.1.0820 <BLOCK>
get the block buffer address for the specified block - if it had not been loaded already it is not filled with data from the disk unlike BLOCK does.

reference: p4_buffer in ../src/block.c:0061, export CO BUFFER