
13 Dec
2005
13 Dec
'05
4:28 a.m.
Hello Joel, Monday, December 12, 2005, 7:26:23 PM, you wrote: JR> Unless I'm mistaken, the code above will run forever and will not JR> exit on exception. yes, you are muistaken! :) this code will repeat permanently until exception arrived. at this time it will process exception handler and then exit the whole function. you musr reread docs. hmm, actually this is the way exception handling works in ANY language
handle (...) repeat_forever do cmd <- read h ssl post $! Cmd $! cmd
JR> -- JR> http://wagerlabs.com/ -- Best regards, Bulat mailto:bulatz@HotPOP.com