lazarus/components/codetools/examples/testscompleteblock/ifbegin1.inc
mattias cb61eaabf5 codetools: added more indentation examples
git-svn-id: trunk@20378 -
2009-06-03 17:14:42 +00:00

9 lines
79 B
PHP

{%MainUnit unit1.pas}
procedure Do1;
begin
if expr then begin
code;
end;