Skip to content

Instantly share code, notes, and snippets.

@The-Quill
Created May 10, 2016 13:00
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 The-Quill/64fa6423777525993bb11d74fe9f76d7 to your computer and use it in GitHub Desktop.
Save The-Quill/64fa6423777525993bb11d74fe9f76d7 to your computer and use it in GitHub Desktop.
int cats = 40000;
const int dogs = cats;
cats = 39999;
[ { Name: 'dogs',
Type:
{ Character: 'int',
Type: [Object],
State: [Object],
KeywordType: [Object],
isValid: [Function] },
Value: '40000',
Mutability:
{ Character: 'const',
Type: [Object],
State: [Object],
KeywordType: [Object],
isValid: [Function] },
OtherFactors: [] },
{ Name: 'cats',
Type:
{ Character: 'int',
Type: [Object],
State: [Object],
KeywordType: [Object],
isValid: [Function] },
Value: '39999',
Mutability: null,
OtherFactors: [] } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment