view test/octave.test/contin/contin-3.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];
a = 1;
b = 2;
y = [a... # comments here ok
b];
all (y == x)