We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b319f2 commit a04d15aCopy full SHA for a04d15a
examples/loop.janet
@@ -70,7 +70,7 @@
70
(for i 0 100
71
(yield i)))))
72
73
-(loop [x :generate f]
+(loop [x :in f]
74
(print x))
75
# print 0, 1, 2, ... 99
76
0 commit comments