We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201d3e6 commit eafe1b8Copy full SHA for eafe1b8
1 file changed
README.md
@@ -89,19 +89,19 @@ for (var $(ItmUniqueVar):int = $(flash.display.DisplayObjectContainer).numChildr
89
```
90
развернется в код
91
* для массива:
92
-```
+```actionscript3
93
for (var i:int = 0; i < expr.length; i++) {
94
|
95
}
96
97
* для числовых:
98
99
for (var i:int = 0; i < expr; i++) {
100
101
102
103
* для `flash.display.DisplayObjectContainer` и наследников:
104
105
for (var i:int = expr.numChildren; i >= 0; i--) {
106
107
0 commit comments