PasteRack.org
Paste # 3259
2013-10-08 00:57:29

Fork as a new paste.

Paste viewed 48469 times.


Embed:

scribble syntax

  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.}))

=>