
laurent.orseau
2021-8-5 13:42:40
Thanks robby, I’ll try to get back to this soon

samth
2021-8-5 15:19:19
A fun trick is to put #; on its own line and then you can comment it out with a ; to reenable the sexp

massung
2021-8-5 15:20:02
:exploding_head:

laurent.orseau
2021-8-5 15:23:47
and you can do a similar trick with #\| \|#
to comment out several expressions: #\| ; comment this line out
(define x 3)
(define y 4)
; \|#

laurent.orseau
2021-8-5 15:25:20
or you use sam’s trick and surround the expressions with a begin