def ForEach===========scopeint ifor i=lbound(%1) to ubound(%1) %2nextend scopeend def'TEST'====int a[2]ForEach a { a[i]=i }ForEach a { print a[i] }'ForEach obj { obj[i].id=i }