Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
Eli Barzilay 4fc918a4d7 In Scheme mode @|| will also throw an error instead of being read as a
comment.  This is to avoid confusing situations like

  (define foo (list x '@|| y))

which quoted the `y' since @|| was read as a comment.

svn: r15789

original commit: 1ea8c6651112f9c0bb8257bf9636b53b93c50cf9
2009-08-21 11:11:21 +00:00
collects In Scheme mode @|| will also throw an error instead of being read as a 2009-08-21 11:11:21 +00:00
src/mac/cw . 2002-08-22 21:20:48 +00:00