[plt-scheme] Scribble and here strings

Jens Axel Søgaard jensaxel at soegaard.net
Mon Jul 27 17:11:13 EDT 2009


Hi All,

What's the correct way of scribbling here strings?

This is what my code looks like:

(define-sql (create-table-entries)
#<<SQL
CREATE TABLE entries (
  entry_id  INTEGER PRIMARY KEY,
  title     TEXT,
  url       TEXT,
  score     INTEGER )
SQL

I tried to wrap it in a simple @schemeblock[...] but that is not enough,
due to the way the parser works.

-- 
Jens Axel Søgaard


More information about the plt-scheme mailing list