Re: [q-lang-users] New stuff in cvs: multichar ops, views
Brought to you by:
agraef
From: Eddie R. <ed...@bm...> - 2007-06-01 03:59:50
|
Albert Graef wrote, > actually Haskell-compatible. I don't know any other language that has an > infix operator to create complex numbers, does anyone else? What about Python: >>> 2+3j + 2-4i (4-1j) Eddie |