| File doc/godi-frontc/html/code_VALCprint.unindent.html | GODI Package godi-frontc |
| code_VALCprint.unindent.html |
let unindent _ =
new_line ();
spaces := !spaces - !tab;
if (!spaces <= 0) && (!roll > 0) then begin
spaces := ((!max_indent - 1) / !tab) * !tab;
roll := !roll - 1
end