Re: [q-lang-users] Stack Overflow
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-06-26 00:17:03
|
Hi Larry, lg...@in... wrote: > RC1 = fwrites F1 "Hello, my good world, line 53.\n"; You probably want that to be def RC1 = ... :) ^^^ But thanks for reporting this, I should probably add a check that the lhs of the equation can't just be a single variable, as the interpreter will (correctly) loop on such definitions. > If I run the script without the fwrites, and then just run the fwrites in the > bottom panel of qpad, it runs without a hitch. This inconsistency of action > drives me crazy. There's no inconsistency there. The above line means a defining equation in a script. But if you type the same in the interpreter, it's just expression syntax (an equality check in this case). HTH, Albert -- 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 |