?login_element?
?pathlinks? – Rev 620
Blame |
Last modification |
View Log
| Download
Program t;
type
Attributes = (Constant,Formula,Txt,OverWritten,Locked,Calculated);
var
bb: Boolean;
i: Integer;
begin
bb := (Txt in [Txt]);
for i:=1 to 10 do begin
WriteLn('Hello ',i);
end;
end.