Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxh.cso.uiuc.edu!bmcgough From: bmcgough@uxh.cso.uiuc.edu Newsgroups: comp.lang.modula2 Subject: HELP with LONGINT... Message-ID: <12900003@uxh.cso.uiuc.edu> Date: 4 Jun 89 08:59:00 GMT Lines: 13 Nf-ID: #N:uxh.cso.uiuc.edu:12900003:000:189 Nf-From: uxh.cso.uiuc.edu!bmcgough Jun 4 03:59:00 1989 Can someone tell me why the following is illegal ( or at least gives me an error in PD Atari ST Modula Compiler ) VAR p: LONGINT; BEGIN FOR p := 0 TO 100 DO (...) END END.