Skip to content

Instantly share code, notes, and snippets.

@fracek
Created June 24, 2014 13:16
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 fracek/80a71e27c6c856b417ab to your computer and use it in GitHub Desktop.
Save fracek/80a71e27c6c856b417ab to your computer and use it in GitHub Desktop.
define method size (collection :: <collection>) => (result :: <integer>)
for (item in collection, size :: <integer> from 0)
finally
size;
end for
end method size;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment