Flash / Flex / ActionScript/Statement/with — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 08:14, 26 мая 2010
Expanding the Scope Chain via the with Statement
with (object) {
substatements
}
with (Math) {
trace(PI);
}