newLisp DLL with silent Bug?
Posted: Sat Dec 06, 2003 7:47 am
When I use a call with (silent ...) one time with the DLL, I get no more any return.
Is it a bug?
It should only works for the one call!
In TK it works like this:
Is it a bug?
It should only works for the one call!
In TK it works like this:
Code: Select all
> (print "Test")
Test"Test"
> (silent(print "Test"))
Test
>(print "Test")
Test"Test"
>