[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multi-lne comments

This page is part of the web mail archives of SRFI 30 from before July 7th, 2015. The new archives for SRFI 30 contain all messages, not just those from before July 7th, 2015.



Kawa also supports #|...|# comments.  In fact that's its
default prompt:

#|kawa:1|# (define xx
#|(---:2|#   20)
#|kawa:3|#

Using a comment as a prompt allows cutting and pasting of
multiple lines.  (Assuming there is no output intermingled.)

Also of course Common Lisp has #|...|#.
--
	--Per Bothner
per@xxxxxxxxxxx   http://www.bothner.com/per/