Skip to content

Commit 560e7ce

Browse files
author
slavara
committed
Cleanup...
1 parent c4aafd3 commit 560e7ce

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Snippets/as3/postfixgenerators/for.fds

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ for (var $(ItmUniqueVar):int = 0; $(ItmUniqueVar) < $(PCCCollection).length; $(I
55
#pcc:PCCNumber
66
for (var $(ItmUniqueVar):int = 0; $(ItmUniqueVar) < $(PCCNumber); $(ItmUniqueVar)++) $(CSLB){
77
$(EntryPoint)
8-
}
9-
#pcc:int
10-
for (var $(ItmUniqueVar):int = 0; $(ItmUniqueVar) < $(int); $(ItmUniqueVar)++) $(CSLB){
11-
$(EntryPoint)
128
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
for ($(ItmUniqueVar) in 0...$(PCCCollection).length) $(CSLB){
22
$(EntryPoint)
33
}
4-
#pcc:Number
4+
#pcc:PCCNumber
55
for ($(ItmUniqueVar) in 0...$(PCCNumber)) $(CSLB){
66
$(EntryPoint)
77
}

0 commit comments

Comments
 (0)