view test/fcn-handle-derived-resolution/@other/other.m @ 17744:d63878346099

maint: Update copyright notices for release.
author John W. Eaton <jwe@octave.org>
date Wed, 23 Oct 2013 22:09:27 -0400
parents a00ff5cedb9b
children
line wrap: on
line source

function r = other (n)
  s.d = derived (n);
  r = class (s, 'other');
end