I am new to Swift and just started learning but...
When exploring standard library and the language it self from the REPL.
Users currently need to switch between a browser to read documentation and
the
REPL it self.
What I would like to see in the REPL is behaviour like this:
1> :help print
print(_:separator:terminator:)
Writes the textual representations of the given items into the standard
output.
Because this is a REPL change not a language change I recommend you report this as an enhancement request in a radar.
~Robert Widmann
···
On Jun 8, 2017, at 10:40 PM, Roope Kangas via swift-evolution <swift-evolution@swift.org> wrote:
I am new to Swift and just started learning but...
When exploring standard library and the language it self from the REPL.
Users currently need to switch between a browser to read documentation and the
REPL it self.
What I would like to see in the REPL is behaviour like this:
1> :help print
print(_:separator:terminator:)
Writes the textual representations of the given items into the standard output.