Skip to content

Instantly share code, notes, and snippets.

@jaytaph
Last active December 15, 2015 07:59
Show Gist options
  • Select an option

  • Save jaytaph/5227651 to your computer and use it in GitHub Desktop.

Select an option

Save jaytaph/5227651 to your computer and use it in GitHub Desktop.
import io;
a = 1;
b = 2;
c = 3;
(a, , c) = (b, c, a)
io.printlf("A: ",a);
io.printlf("B: ",b);
io.printlf("C: ",c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment