view test/bug-38565.tst @ 20117:094ae7cc2d1d

pt_PT.ts: update portuguese translation.
author Carnë Draug <carandraug@octave.org>
date Thu, 23 Apr 2015 12:48:37 +0100
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");