Core Function InputC
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> InputC( <expression> ) </pre> === Description === Capture a char typed to console window. === Parameters === ==== expression ==== Optional; A message to display to use...")
Newer edit →
(Created page with "<pre> InputC( <expression> ) </pre> === Description === Capture a char typed to console window. === Parameters === ==== expression ==== Optional; A message to display to use...")
Newer edit →
Revision as of 11:44, 29 November 2011
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");