From 76b76970afba5810aec5b603c1243fefca5ad353 Mon Sep 17 00:00:00 2001 From: tswordyao <1280898239@qq.com> Date: Sun, 3 Jun 2018 07:51:03 +0800 Subject: [PATCH] Update syntax.md add the classic usage scenario for range 1...count --- source/_api/_docs/syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_api/_docs/syntax.md b/source/_api/_docs/syntax.md index bd257c0..5867c3f 100644 --- a/source/_api/_docs/syntax.md +++ b/source/_api/_docs/syntax.md @@ -204,6 +204,7 @@ __regularjs 同时支持一些高阶用法,例如双向过滤器。查看 [[Gu regularjs support a special Type —— range. it is a shortcut to create Array. % regularjs 支持一种常见的表达式元素: Range. 它是一种数组的简写形式. +Range的主要应用场景之一, 是利用list rule执行循环(而非遍历). 如果你正需要它,应该知道它怎么用:) }