Re: [Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS120 modified
Brought to you by:
rob_d_clark
From: Brad H. <bh...@ti...> - 2003-05-14 16:08:37
|
cool by me Rob Clark wrote: > Issue OBJS120 (enhanced for loop) has just been modified by user rob...@ma... > > You can view the issue detail at the following URL: > <http://icandy.homeunix.org:443/scarab/issues/id/OBJS120> > > The following modifications were made to this issue: > > note... can't use "in" as a keyword, since it is too likely to already be used as a variable name, so perhaps: > > for( var foo : collection ) > > would be ok?? this is similar to the java syntax proposed for v1.5 > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Objectscript-devel mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectscript-devel |