Skip to content

Instantly share code, notes, and snippets.

@fujidig
Created September 17, 2011 21:14
Show Gist options
  • Save fujidig/1224377 to your computer and use it in GitHub Desktop.
Save fujidig/1224377 to your computer and use it in GitHub Desktop.
a=[1,2,3];
a[200] = 0;
a[100] = 0;
for (x in a) {
print(x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment