User input/Text: Difference between revisions

Had to fix up the Kite example
No edit summary
(Had to fix up the Kite example)
Line 431:
=={{header|Kite}}==
<lang Kite>
System.file.stdout|write("Enter a String ");
string = System.file.stdin|readline();
</lang>
 
=={{header|Liberty BASIC}}==
<lang lb>Input "Enter a string. ";string$