Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
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
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml