Core Function Input
From Sputnik Wiki
Input( <prompt> )
Contents |
Description
Capture a string typed to console window.
Parameters
prompt
Optional; A message to display to user.
Return Value
The text the user typed.
Remarks
None.
Example
$c = Input("What is your name? "); println("Your name is $c");