srfi-105 parse test added by dieggsy on Tue Oct 29 17:47:47 2019

#!/usr/bin/csi -s
(import srfi-105)

(print
 { identity(
            string-append(
             ;;;comment in the middle
             "\"" ;; some comment
             "astring";then acomment
             )
            ) }

 )