Mercurial > hg > octave-lyh
view test/@Spork/display.m @ 11496:aee00336a440
ChangeLog fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 02:19:50 -0500 |
parents | f9ab19428cd8 |
children |
line wrap: on
line source
function display( s ) disp([inputname(1),'.geek = ']) disp(' '); disp(s.geek); end