> Hi Nicolas, > > > > Is there a way to log to the console via my C modules, much like > ‘failure’, but without it breaking? > > > > Regards, > > Lee
You can use C printf that print to the standard output or val_print that will print a value to the NekoVM output (by default stdout as well). Nicolas -- Neko : One VM to run them all (http://nekovm.org)
