view test/test_return.m @ 6971:0a9d97cf2e13

[project @ 2007-10-07 19:44:53 by dbateman]
author dbateman
date Sun, 07 Oct 2007 19:44:53 +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;