PasteRack.org
Paste # 21878
2019-11-22 20:59:05

Forked from paste # 3259.

Fork as a new paste.

Paste viewed 565 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.}))

=>