getint
(getint [ prompt ] )
This function pauses for user input to specify
an integer number.
Arguments |
prompt (optional) a prompt string to be shown; if omitted, a standard prompt is shown |
Return |
integer, or NIL |
Example |
(getint "\n* How many ? ") |
Remarks |
see (initget) function |
© Bricsys NV. All rights reserved. |