User input/Graphical: Difference between revisions

→‎{{header|Processing}}: adding Processing WIP
(→‎{{header|Tcl}}: + standard ML)
(→‎{{header|Processing}}: adding Processing WIP)
Line 1,442:
else { "User entered `"{0}`" for the text and {1} for the number" -f $txtInputText.Text, $txtInputNumber.Text }</lang>
 
=={{header|Processing}}==
<lang java>
 
</lang>
=={{header|PureBasic}}==
<lang PureBasic>string$=InputRequester("Some Title","Enter a string","")
Anonymous user