diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-19 18:10:08 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-19 18:10:08 +0800 |
commit | 7ac784e73b026ce7e17babb2f0b819864fd898b0 (patch) | |
tree | 244a39123a4789a04fb577d6956bdb461509a153 /spec/inputs/loops.yue | |
parent | ce9f6632635222b38ef0b37b4b1273da4a1877b4 (diff) | |
download | yuescript-7ac784e73b026ce7e17babb2f0b819864fd898b0.tar.gz yuescript-7ac784e73b026ce7e17babb2f0b819864fd898b0.tar.bz2 yuescript-7ac784e73b026ce7e17babb2f0b819864fd898b0.zip |
rename BackcallOperator to PipeOperator.
Diffstat (limited to 'spec/inputs/loops.yue')
-rw-r--r-- | spec/inputs/loops.yue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/inputs/loops.yue b/spec/inputs/loops.yue index 8946a2f..5708809 100644 --- a/spec/inputs/loops.yue +++ b/spec/inputs/loops.yue | |||
@@ -30,6 +30,8 @@ for x in y, z | |||
30 | for x in y, z, k | 30 | for x in y, z, k |
31 | print x | 31 | print x |
32 | 32 | ||
33 | for name, members in *modules | ||
34 | print name, member | ||
33 | 35 | ||
34 | x = -> | 36 | x = -> |
35 | for x in y | 37 | for x in y |