congetstr
Getting a string after text is displayed. Get the string entered by the user with some text displayed before that.
func str  congetstr (
str output,
str input
)
str output,
str input
)
Parameters
| output | Text for displaying. | 
| input | The variable of the str type for getting data. | 
Return value
Returns the parameter input.
| Related links | Source |