From bug-octave-request Wed May 26 17:13:02 1993 Subject: Bug report From: esm (Edward Scott Meadows) To: bug-octave Date: Wed, 26 May 93 17:12:59 -0500 Here it is. It's self-explanatory. ----------------------------------------------------------------- Octave, version 0.71.7. Copyright (C) 1992, 1993, John W. Eaton. This is free software with ABSOLUTELY NO WARRANTY. For details, type `warranty'. octave:1> x=rand(3,2) x = 0.91095 0.17082 0.97807 0.42406 0.73235 0.78690 octave:2> y=rand(2,1) y = 0.92819 0.16824 octave:3> z=[x;y'] error: unterminated string constant --------------------------------------------------------------------