User input/Graphical: Difference between revisions

Content added Content deleted
No edit summary
(Scratch)
Line 847: Line 847:


main</lang>
main</lang>

=={{header|Scratch}}==

The "ask _____ and wait" operator (a "Sensing" block) pops up a word balloon with a question in it and waits for user input. The input is returned in "answer," essentially an automatic variable attached to this operator. It can be treated as a string or a number, depending on context. "Answer" cannot be modified, but its value can be stored in other variables.

[[File:Scratch_User_Input_Graphical.png]]


=={{header|Tcl}}==
=={{header|Tcl}}==