Please help explain what things I'm doing wrong.
(using unchanged init.cl from distribution release-3-3-28.zip
file testmod.cl
test :: module( part_of = claire, made_of list("test") )
file test.cl
begin(test)
main() -> printf("hello world!")
end(test)
I:\pls\Claire>claire -cm testmod
-- CLAIRE run-time library v 3.3.28 [os: ntv, C++:MS VC++ ] --
this is a init file for cclaire for OS: ntv -------------------
init.cl is ok -------------------------------------------------
**** An error has occurred.
testmod is not a module