view test/test_return.m @ 6869:f9c893831e68

[project @ 2007-09-06 16:38:44 by dbateman]
author dbateman
date Thu, 06 Sep 2007 16:38:44 +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;