Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2011 19:39
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 anonymous/1419263 to your computer and use it in GitHub Desktop.
Save anonymous/1419263 to your computer and use it in GitHub Desktop.
<amalloy> (doc *print-length*)
<lazybot> => "; *print-length* controls how many items of each
collection the printer will print. If it is bound to logical false,
there is no limit. Otherwise, it must be bound to an integer
indicating the maximum number of items of each collection to print. If
a collection contains more items, the printer will print items up to
the limit followed by '...' to represent the remaining items. The root
binding is nil indicating no limit."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment