Skip to content

Instantly share code, notes, and snippets.

@raph-amiard
Created December 25, 2010 13:26
Show Gist options
  • Save raph-amiard/754876 to your computer and use it in GitHub Desktop.
Save raph-amiard/754876 to your computer and use it in GitHub Desktop.
posterous post coffeescript example 2
func = (mmap) ->
for key, val of mmap
print "key: #{key}, val: #{val}"
func {a:15, b:12}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment