RosettaCodeData/Task/User-input-Text/PowerShell/user-input-text.psh

3 lines
79 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
$string = Read-Host "Input a string"
[int]$number = Read-Host "Input a number"