PasteRack.org
Paste # 75972
2022-07-09 21:04:56

Fork as a new paste.

Paste viewed 2005 times.


Embed:

  1. #lang scribble/base
  2. @; Generate a PDF or HTML document
  3. @title{Bottles --- @italic{Abridged}}
  4. @(apply itemlist
  5.   (for/list ([n (in-range 100 0 -1)])
  6.     @item{@(format "~a" n) bottles.}))

=>