view test/@Snork/display.m @ 10996:72640afb02b9

mkoctfile.m: Change help text to be consistent with the shell version.
author Ben Abbott <bpabbott@mac.com>
date Sun, 19 Sep 2010 12:25:31 -0400
parents f9ab19428cd8
children
line wrap: on
line source

function display( s )

  disp([inputname(1),'.gick = ']);
  disp(' ');
  disp(s.gick);

end