Skip to content

Instantly share code, notes, and snippets.

@dbrans
Created June 11, 2011 05:42
Show Gist options
  • Save dbrans/1020293 to your computer and use it in GitHub Desktop.
Save dbrans/1020293 to your computer and use it in GitHub Desktop.
This code yields a compile error
checkReserved (names) ->
throw 'Reserved' for n in names when n in RESERVED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment