#macro while (cond) { block } @start: // @labels are hygienic. { block } if (cond) goto @start; #endmacro