Core Function Input
From Sputnik Wiki
InputC( <expression> )
Contents |
Description
Capture a char typed to console window.
Parameters
expression
Optional; A message to display to user.
Return Value
None
Remarks
None.
Example
$c = InputC(Press any key..."); println("You typed $c");