13 Feb
2006
13 Feb
'06
7:30 p.m.
Hi Charlls!
This program kills chuck 1.2.0.4 after u>30, when curbuf and nextbuf references are swapped. There is something blatantly wrong with this code?
...
// time loop sndbuf @ swap; while( true ) {
...
curbuf => swap; nextbuf => curbuf; swap => nextbuf;
To do explicit assignment with objects, you need to use @=>. Perhaps this is something we need to make more clear in the language... I hope this helps. Best, Ge!