Skip to content

Update syntax.md #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/_api/_docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ __regularjs 同时支持一些高阶用法,例如双向过滤器。查看 [[Gu
regularjs support a special Type —— range. it is a shortcut to create Array.
%
regularjs 支持一种常见的表达式元素: Range. 它是一种数组的简写形式.
Range的主要应用场景之一, 是利用list rule执行循环(而非遍历). 如果你正需要它,应该知道它怎么用:)
}


Expand Down