Artifact 624c900b717305213240359f052abb89441bf96a:
- File testbuild/m1.scm — part of check-in [49214f61e2] at 2021-11-13 21:17:57 on branch v1.6584-nanomsg — Added minimal example of how build works (user: matt, size: 184) [annotate] [blame] [check-ins using]
;; a module used by both command line (cl.scm) and gui (gui.scm) (declare (unit m1)) (module m1 * (import scheme chicken.base ) (define (a) (print "I'm from module m1")) )