When you run this program, you don't get the pretty printing you get in plain 
Racket or in Dr. Why? 

#lang scribble/manual

@(require scribble/eval)

@interaction[ 
 (define (f x)
   `(,(build-list x add1)
     ,(build-list x add1)))
 (f 20)
 ]



_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to