Skip to content

Instantly share code, notes, and snippets.

@jz5
Created November 21, 2013 03:06
Show Gist options
  • Select an option

  • Save jz5/7575467 to your computer and use it in GitHub Desktop.

Select an option

Save jz5/7575467 to your computer and use it in GitHub Desktop.
integer constants
5 // 32-bit
'd5 // 32-bit
'h5 // 32-bit
'b101 // 32-bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment