view test/bug-38565.tst @ 20535:caa5de39147e stable

maint: Complete deprecation of gmap40 colormap. * NEWS: Announce deprecation of function. * image.txi: Remove gmap40 from manual.
author Rik <rik@octave.org>
date Tue, 22 Sep 2015 04:47:25 -0700
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");