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-6.m
< prev
next >
Wrap
Text File
|
1996-09-28
|
115b
|
8 lines
whitespace_in_literal_matrix = "standard";
x = [1,2];
a = 1;
b = 2;
y = [a... # comments here ok
b];
all (y == x)