home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
octave-1.1.1p1-src.tgz
/
tar.out
/
fsf
/
octave
/
test
/
octave.test
/
contin
/
contin-7.m
< prev
next >
Wrap
Text File
|
1996-09-28
|
116b
|
10 lines
whitespace_in_literal_matrix = "ignore";
x = [1;2];
a = 1;
b = 2;
y = [a... # comments here ok
;\
b];
all (y == x)