it seems iteration over array is infinte
It is expected this script prints out exactly 10 element. In fact the output very long
```
arr = typedVar("UInt1B[10]", address):
for x in arr:
print(x)
```
It is expected this script prints out exactly 10 element. In fact the output very long
```
arr = typedVar("UInt1B[10]", address):
for x in arr:
print(x)
```