| Gentee Programming Language > Documentation > Libraries | Download documentation |
Display a multiple choice request on the console.
uint conrequest( str text, str answer )
text Request text. answer Enumerating possible answer letters. Answer variants are separated by '|'. For example, "Nn|Yy"
The function returns the number of the selected variant beginning from 0.
See alsoFunction for working with the console
Copyright © 2004-2006 Gentee Inc. All rights reserved. |