Mercurial > hg > octave-nkf
diff scripts/control/util/prompt.m @ 5016:bdbee5282954
[project @ 2004-09-22 02:50:35 by jwe]
author | jwe |
---|---|
date | Wed, 22 Sep 2004 02:50:36 +0000 |
parents | 3e48e60a1f8b |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/control/util/prompt.m +++ b/scripts/control/util/prompt.m @@ -17,12 +17,17 @@ ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. ## -*- texinfo -*- -## @deftypefn {Function File} {} prompt (@var{inputs}) -## @format -## function prompt([str]) +## @deftypefn {Function File} {} prompt (@var{str}) ## Prompt user to continue -## str: input string. Default value: "\n ---- Press a key to continue ---" -## @end format +## +## @strong{Input} +## @table @var +## @item str +## Input string. Its default value is: +## @example +## \n ---- Press a key to continue --- +## @end example +## @end table ## @end deftypefn ## Author: David Clem