Skip to content

Instantly share code, notes, and snippets.

@NineMvp
Created October 21, 2016 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NineMvp/00a24049244096d06c64e2d6ad2760dc to your computer and use it in GitHub Desktop.
Save NineMvp/00a24049244096d06c64e2d6ad2760dc to your computer and use it in GitHub Desktop.
Numer Literals
var dec = 1_000_000_000_000;
var hex = 0xAB_CD_EF;
var bin = 0b1010_1011_1100_1101_1110_1111;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment