hi Is there a way of making the compilation or at least the inline-host-statement more strict, so that typing errors in this case could be caught by the compiler.
(define (ffiprint arg) (##inline-host-statement "print(@1@);\n" graaaaaa ))
gsc seems to be ok with this
regards ben