Mercurial > hg > octave-lyh
comparison scripts/miscellaneous/menu.m @ 2360:8fc0fa7ae9ca
[project @ 1996-10-10 22:36:46 by jwe]
author | jwe |
---|---|
date | Thu, 10 Oct 1996 22:39:02 +0000 |
parents | 949ab8eba8bc |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2359:6d3cafa2798b | 2360:8fc0fa7ae9ca |
---|---|
38 | 38 |
39 save_page_screen_output = page_screen_output; | 39 save_page_screen_output = page_screen_output; |
40 | 40 |
41 unwind_protect | 41 unwind_protect |
42 | 42 |
43 page_screen_output = "false"; | 43 page_screen_output = 0; |
44 | 44 |
45 if (! isempty (t)) | 45 if (! isempty (t)) |
46 disp (t); | 46 disp (t); |
47 printf ("\n"); | 47 printf ("\n"); |
48 endif | 48 endif |