Hi!

* Sascha Ziemann <cev...@gmail.com> [141219 14:43]:
> How to tell csc to call main in the same way like "csi -ss"?
> csc does not seem to have a -ss option.

Call (main) at toplevel. If you want to change the behaviour depending
on whether the code is compiled or interpreted you can use cond-expand
testing for feature 'compiling

HTH,

Christian

-- 
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to