Would it be possible to support indentation of this:
((define (sp "Documentation over this method") (function arg1 arg2 . rest) (blablablabla)))
as if it were a definition?
Thanks in advance,
Hans Oesterholt-Dijkema
Logged In: YES user_id=1518671
So that would be <pre> ((define (sp "Documentation....")) (function arg1 arg2 . rest) (begin etc. ) ) </pre>
Log in to post a comment.
Logged In: YES
user_id=1518671
So that would be
<pre>
((define (sp "Documentation...."))
(function arg1 arg2 . rest)
(begin
etc.
)
)
</pre>