We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4aafd3 commit 560e7ceCopy full SHA for 560e7ce
Snippets/as3/postfixgenerators/for.fds
@@ -5,8 +5,4 @@ for (var $(ItmUniqueVar):int = 0; $(ItmUniqueVar) < $(PCCCollection).length; $(I
5
#pcc:PCCNumber
6
for (var $(ItmUniqueVar):int = 0; $(ItmUniqueVar) < $(PCCNumber); $(ItmUniqueVar)++) $(CSLB){
7
$(EntryPoint)
8
-}
9
-#pcc:int
10
-for (var $(ItmUniqueVar):int = 0; $(ItmUniqueVar) < $(int); $(ItmUniqueVar)++) $(CSLB){
11
- $(EntryPoint)
12
}
Snippets/haxe/postfixgenerators/for.fds
@@ -1,7 +1,7 @@
1
for ($(ItmUniqueVar) in 0...$(PCCCollection).length) $(CSLB){
2
3
4
-#pcc:Number
+#pcc:PCCNumber
for ($(ItmUniqueVar) in 0...$(PCCNumber)) $(CSLB){
0 commit comments