close Warning: Can't use blame annotator:
No changeset 422 in the repository

source: liacs/coco/tests/semantic-checks/read_assign.p1@ 422

Last change on this file since 422 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 150 bytes
RevLine 
1program rontest;
2
3var a,b : integer;
4var c,d : real;
5
6
7begin
8 a := 4;
9 b := 6;
10 c := 3.5;
11
12 while c < 10 do
13 c := c+1;
14 readinteger := c
15end.
Note: See TracBrowser for help on using the repository browser.