view test/test_return.m @ 5967:d542d9197839 ss-2-9-8

[project @ 2006-08-24 21:24:53 by jwe]
author jwe
date Thu, 24 Aug 2006 21:27:41 +0000
parents 1ad66ea35fe5
children 93c65f2a5668
line wrap: on
line source

%% Automatically generated from DejaGNU files

%% test/octave.test/return/return-1.m
%!function y = f ()
%!  y = 1;
%!  return
%!  y = 2;
%!assert(f(),1)

%% test/octave.test/return/return-2.m
%!test
%! return;