User input/Text: Difference between revisions

(Added user input in Falcon)
Line 497:
val = parseInt( readline() );
}</lang>
 
=={{header|Joy}}==
"Enter a string: " putchars
stdin fgets
"Enter a number: " putchars
stdin fgets 10 strtol.
 
=={{header|Kite}}==
153

edits