<div dir="ltr">Hi all,<div><br></div><div>I&#39;d like to read keyboard input from playground console. Swift doc gives me readLine function. I tried it on Playground but it didn&#39;t accept any input I entered from the keyboard. Screenshot attached.</div><div><br></div><div>The code:</div><div>// — start code —</div><div><div>var name: String</div><div>print(&quot;What&#39;s your name? &quot;, terminator: &quot;&quot;)</div><div>name = readLine(stripNewline: true)!</div><div>print(&quot;Hello, \(name)... good to see you!&quot;)</div></div><div>// — end code — </div><div><br></div><div>Tried it on:</div><div>- Macbook Pro with OS X El Capitan</div><div>- XCode 7 with Swift 2</div><div><br></div><div>Any help please? Thank you.<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>-Bee-<br><br></div></div></div>
</div></div>