From: Albert G. <Dr....@t-...> - 2008-07-06 11:00:46
|
Jiri Spitz wrote: > > infix 0 => ; > > [1=>1, 2=>2, 3=>3]; > <stdin>:2.8-9: syntax error, unexpected infix 0 operator > > [(1=>1), (2=>2), (3=>3)]; > [1=>1,2=>2,3=>3] > > > > I'd say the interpreter is a bit inconsistent here. I'd say that this is a bug. :) Thanks for reporting, will look into it asap. -- 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 |