| File doc/godi-frontc/html/code_VALCprint.flush.html | GODI Package godi-frontc |
| code_VALCprint.flush.html |
let flush _ =
if !line <> "" then begin
print_tab (!spaces + !follow);
output_string !out !line;
line := "";
line_len := 0
end