Skip to content

Instantly share code, notes, and snippets.

@simonjefford
Created December 16, 2014 17:02
Show Gist options
  • Save simonjefford/5a0acfe5f31dade02512 to your computer and use it in GitHub Desktop.
Save simonjefford/5a0acfe5f31dade02512 to your computer and use it in GitHub Desktop.
list.js
var list = new List(),
town = new Town();
i;
for(i:=0;i<2;i++) {
list.check();
}
town.Add('Santa Claus');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment