[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS120 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-05-09 02:47:12
|
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: oh, and an array object should support the iterator() method, so you could, for example: for( var foo in [ "an", "array" ] ) writeln(foo); |