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