view test/bug-38565.tst @ 20168:7bd87990a8f4 draft

gallery.m: revert to rewrite gallery improvements
author Antonio Pino Robles <data.script93@gmail.com>
date Wed, 27 May 2015 22:38:13 +0200
parents b9e510a1f308
children
line wrap: on
line source

%!function r = f (x)
%!  if (ischar (x))
%!    r = x;
%!  else
%!    error ("expecting character string");
%!  endif
%!endfunction

%!assert (eval ("f 10;"), "10");