comparison test/octave.test/contin/contin-8.m @ 2332:98d0771f7484

[project @ 1996-07-19 02:14:19 by jwe] Initial revision
author jwe
date Fri, 19 Jul 1996 02:15:59 +0000
parents
children 87c2e107f811
comparison
equal deleted inserted replaced
2331:798a4d06ba7d 2332:98d0771f7484
1 whitespace_in_literal_matrix = "traditional";
2 x = [1;2];
3 a = 1;
4 b = 2;
5 y = [a... # comments here ok
6 ;\
7
8 b];
9 all (y == x)