<div dir="ltr"><div>I am new to Swift and just started learning but...</div><div><br></div><div>When exploring standard library and the language it self from the REPL.</div><div>Users currently need to switch between a browser to read documentation and the </div><div>REPL it self.</div><div><br></div><div>What I would like to see in the REPL is behaviour like this:</div><div><br></div><div> 1&gt; :help print</div><div><br></div><div> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>print(_:separator:terminator:)</div><div> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>Writes the textual representations of the given items into the standard output.</div><div><br></div><div> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>...</div><div><br></div><div>This means somekind of nice textual version of what I find here:</div><div><a href="https://developer.apple.com/documentation/swift/1541053-print">https://developer.apple.com/documentation/swift/1541053-print</a></div><div><br></div><div>I see that in the source code this information is available </div><div>(<a href="https://github.com/apple/swift/blob/master/stdlib/public/core/Print.swift#L13">https://github.com/apple/swift/blob/master/stdlib/public/core/Print.swift#L13</a>).</div><div><br></div><div>And that in playgrounds I can get this quick help. Would be really nice</div><div>to access this from the REPL too.</div><div><br></div><div><br></div><div>KR,</div><div><br></div><div>Roope Kangas</div></div>