[slang-users] Why #if leaves a value on stack?

Jörg Sommer joerg at alea.gnuu.de
Sat Apr 28 10:39:11 EDT 2007


Hi,

% slsh
slsh> () = evalfile("stkcheck");
slsh> enable_stack_check();
slsh> 1;
<stdin>:3: 1 object(s) left on the stack
1
slsh> #if (1)
***string***:1: 1 object(s) left on the stack
slsh> message("bla");
bla
slsh> #endif

How can I circumvent this?

Bye, Jörg.
-- 
Computer Science is no more about Computers than astronomy is about
telescopes.
            (Edsger Wybe Dijkstra)


More information about the slang-users-l mailing list