[racket] commenting out unbalanced parts of Scribble programs

From: Prabhakar Ragde (plragde at uwaterloo.ca)
Date: Fri May 20 09:17:28 EDT 2011

In Scheme I can comment out unfinished, unbalanced code:

#|

(define (my-function

|#

How do I do this in Scribble? Thanks. --PR


Posted on the users mailing list.