Skip to content

Instantly share code, notes, and snippets.

@sheroze1123
Created March 18, 2016 23:30
Show Gist options
  • Save sheroze1123/a0567ee057c32c419005 to your computer and use it in GitHub Desktop.
Save sheroze1123/a0567ee057c32c419005 to your computer and use it in GitHub Desktop.
use conv
use io
main(args:int[][]) {
a:int[] = {{1,2,3},{4,5,6}}[1];
b:int = a[1];
print(unparseInt(b));
}
@sheroze1123
Copy link
Author

This prints garbage to the screen. Multi-dimensional assigns or accesses are broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment