Re: [q-lang-users] RFC: Conditional syntax
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-06-01 23:00:08
|
Tim Haynes wrote: > AFAIK I make very limited use of threading only in my wittering/index.q: Ok, since noone really complained, it's all done and in cvs now. I've renamed the "cond" and "sem" stuff in clib, and the multiway conditional in prelude.q is properly named "cond" now. :) Note that the new cond and case conditionals will now raise an exception when they "fall off" the list of clauses. I thought that was more appropriate than just returning (), as was the case with the old switch/match stuff. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |