Re: [q-lang-users] New stuff in cvs: multichar ops, views
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2007-05-31 19:39:29
|
Albert Graef wrote: > (Note that 'def's in the interactive command loop of the interpreter > don't quite work like that yet, as they don't handle virtual > constructors right now; but I'm working on that.) Ok, that should be fixed now, too, and call-by-pattern-matching should work as well. So the following now also works from the command line, just as in scripts: ==> def (A%B,C%D) = (6%4-1,2%3+2) ==> def {X,Y|_} = {1,3..} -- 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 |