On Thu, Mar 5, 2009 at 6:04 AM, Jeff Wilson <[email protected]> wrote: >> From: Zan Lynx <[email protected]> >> for(i=0; i<x; i++) { print i } for unknown x may never halt, but: > > I think you are missing a semicolon there. > > But isn't there a limit to the maximum value that can be stored in x for a > particular implementation with finite resources, where it would halt > regardless? > > -- > Jeff Wilson - [email protected]
If you think that is C code then you are missing and 'f' not a ';'. And if it is C code then the variable type would be set and there would be a limit. :-) -- Douglas E Knapp Why do we live? _______________________________________________ GurpsNet-L mailing list <[email protected]> http://mail.sjgames.com/mailman/listinfo/gurpsnet-l
