From: Matthias T. <mt...@we...> - 2008-01-20 10:52:20
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Erich, you have a very subtle method to describe bugs ;=) > I found that "case ... endcase"(1) leaves its argument on > the stack and I must explicitly drop it after "endcase". > This behaviour is different from gforth, so I was wondering > whether it is intented or not. I once intended to use case and friends in the core routines to ease handling of the throw codes. Soon I changed my mind and the case/endcase group of words is left mostly in a development state without beeing properly tested. > Comments? They should work like any other case, hopefully next week I'll find the time to fix it. It can be as little as adding a drop to endcase but I'll check it first (or anybody out there sends me a patch 8=) ) Matthias -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHkyfb9bEHdGEMFjMRAoTzAJ9KmNlPUhOY+X8juuso0up3v102UQCdGzUV KOudl61t77DifRGD5HfIg1k= =qENO -----END PGP SIGNATURE----- |