index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbs
/
tw0751.pp
blob: 32eccc6d1d356d04ef37d3c2e878c9ea4287de82 (
plain
)
1
2
3
4
5
6
var x
,
y
:integer
;
begin
y
:=
5
;
for
x
:=
0
to
10
do if
x
<
y
then
writeln
(
x
);
end
.