[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS120 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-05-13 01:13:07
|
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 |