slang-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

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


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)



[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]