<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Carter wrote at 09/04/2011 08:27 AM:<br>
<blockquote
 cite="mid:1315139274.17660.YahooMailNeo@web27006.mail.ukl.yahoo.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Does "scribble/comment-reader" do what you need?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Unfortunately, I can't really say, as the Racket documentation on my machine seems to be broken at the moment :( All I'm trying to do is put in a literal semi-colon. I've tried ;; and @; , but that's not it. 
  </pre>
</blockquote>
<br>
There is always a public copy of the documentation:<br>
<br>
<a class="moz-txt-link-freetext" href="http://doc.racket-lang.org/scribble/scribble_manual_code.html#(part._.Typesetting_.Comments)">http://doc.racket-lang.org/scribble/scribble_manual_code.html#(part._.Typesetting_.Comments)</a><br>
<br>
Note that the "@racket" thing you mentioned is for typesetting actual
Racket code, not arbitrary text.&nbsp; When typesetting Racket code,
Scribble doesn't normally include Racket comments (which usually start
with ";").&nbsp; So I think that's why you're having trouble putting a
semicolon in there.<br>
<br>
<div class="moz-signature">-- <br>
<a class="moz-txt-link-freetext" href="http://www.neilvandyke.org/">http://www.neilvandyke.org/</a>
</div>
</body>
</html>