Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 35AA7200C19 for ; Sat, 28 Jan 2017 15:18:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 34621160B35; Sat, 28 Jan 2017 14:18:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A9257160B5D for ; Sat, 28 Jan 2017 15:18:34 +0100 (CET) Received: (qmail 2706 invoked by uid 500); 28 Jan 2017 14:18:33 -0000 Mailing-List: contact dev-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list dev@groovy.apache.org Received: (qmail 2345 invoked by uid 99); 28 Jan 2017 14:18:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2017 14:18:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 04284C0D33 for ; Sat, 28 Jan 2017 14:18:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.473 X-Spam-Level: *** X-Spam-Status: No, score=3.473 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id i5PblKhtKCki for ; Sat, 28 Jan 2017 14:18:32 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A4D6F5F39A for ; Sat, 28 Jan 2017 14:18:31 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 01A823B74A19 for ; Sat, 28 Jan 2017 05:59:52 -0800 (PST) Date: Sat, 28 Jan 2017 07:18:30 -0700 (MST) From: Daniel Sun To: dev@groovy.incubator.apache.org Message-ID: <1485613110475-5738200.post@n5.nabble.com> In-Reply-To: <1485611836354-5738199.post@n5.nabble.com> References: <1485611836354-5738199.post@n5.nabble.com> Subject: Re: Standard "for" loop statement for Groovy 3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Sat, 28 Jan 2017 14:18:35 -0000 BTW, the old parser just supports limited "for" loop statement, e.g. for (int i = 0; i < 10; i++) {..} Cheers, Daniel.Sun -- View this message in context: http://groovy.329449.n5.nabble.com/Standard-for-loop-statement-for-Groovy-3-tp5738199p5738200.html Sent from the Groovy Dev mailing list archive at Nabble.com.