view test/octave.test/if/if-5.m @ 4720:e759d01692db ss-2-1-53

[project @ 2004-01-23 04:13:37 by jwe]
author jwe
date Fri, 23 Jan 2004 04:13:37 +0000
parents 98d0771f7484
children
line wrap: on
line source

x = 0;
y = -2;
if (eye (2))
  printf ("fail\n");
elseif (x)
  printf ("fail\n");
elseif (x)
  printf ("fail\n");
else
  printf ("pass\n");
endif