Skip to content

Instantly share code, notes, and snippets.

@preaction
Created August 18, 2015 01:16
Show Gist options
  • Save preaction/8e9c673500f1c6c86c88 to your computer and use it in GitHub Desktop.
Save preaction/8e9c673500f1c6c86c88 to your computer and use it in GitHub Desktop.
foo = [ [ 1, 2, 3 ], [ 2, 4, 6 ], [ 3, 6, 9 ] ]
for [ a, b, c ] in foo:
print a
print b
print c
print "---"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment