Representation of
This is a product type, introduced by deftagsum in support of vl-stmt.
while (<condition>) <body>
See Section 9.6 (page 130). The semantics are like those of while loops in C; body is executed until condition becomes false. If condition is false to begin with, then body is not executed at all.