Ask

From CYANA Wiki
Revision as of 20:18, 28 January 2009 by Admin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ask

Usage: ask prompt variable ...

Writes the string prompt to standard output, reads one line from standard input, and assigns from this line strings separated by

blanks to the given variables. The command is usually used for 

interactive input within macros. A prompt that contains blanks must be enclosed in double quotes.