Re: [q-lang-users] RFC: Conditional syntax
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-05-31 22:53:52
|
Albert Graef wrote: > (Ex. 3) > > abs X = cond (X<0, -X; true, X); Arrgh, I just noticed that cond is already used in clib for pthread conditions. Too bad. :( Can anyone think of another nice name for the conditional operation? -- 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 |