From bug-octave-request Sun Oct 11 15:18:05 1992 Subject: Figured out previous problem From: Tony Mullins To: bug-octave Date: Sun, 11 Oct 92 15:18:04 EDT The problem with [r,A,B,q] = colloc [4,'left','right'] is the use of [] on the rhs where () are expected to delimit the function arguments to colloc. The parser doesn't catch this and octave dumps core. I tried this when running octave from the command line instead of via an xterm and got the same result. Tony Mullins