Skip to content

Instantly share code, notes, and snippets.

@asterite
Created February 12, 2015 21:03
Show Gist options
  • Save asterite/4a51c46f80d334101b62 to your computer and use it in GitHub Desktop.
Save asterite/4a51c46f80d334101b62 to your computer and use it in GitHub Desktop.
a = 1
b = -3
b.abs = 3
a + b = -2
a = 1
b = -3
pp a
pp b
pp b.abs
pp a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment