comp.lang.pascal
Discussion:
Pascal
(too old to reply)
Alto_sephy
2004-05-12 08:50:01 UTC
Permalink
What is a for loop??
Peter
2004-05-12 10:02:05 UTC
Permalink
var li : integer;
...
for li := 0 to 255 {start of for next loop }
... program does something
next li;
...
Post by Alto_sephy
What is a for loop??
1 Reply
4 Views
Permalink to this page
Disable enhanced parsing
Thread Navigation
Alto_sephy
2004-05-12 08:50:01 UTC
Peter
2004-05-12 10:02:05 UTC
Loading...