Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
boxed comments
Jump to user comments
programming Comments that occupy several lines by
themselves; so called because in assembler and C code they
are often surrounded by a box in a style similar to this:
/*************************************************
*
* This is a boxed comment in C style
*
*************************************************/