view test/octave.test/contin/contin-13.m @ 4477:87c2e107f811

[project @ 2003-07-30 17:26:32 by jwe]
author jwe
date Wed, 30 Jul 2003 17:26:32 +0000
parents 98d0771f7484
children
line wrap: on
line source

x = [1, ...

 ...

2];
y = [1;2];
all (y == x)