Branch: refs/heads/newio
Home: https://github.com/perl6/specs
Commit: f7ab575df456bf20b55f60ffb706693ed39b2e3c
https://github.com/perl6/specs/commit/f7ab575df456bf20b55f60ffb706693ed39b2e3c
Author: Elizabeth Mattijsen <[email protected]>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M S16-io.pod
M S32-setting-library/IO.pod
Log Message:
-----------
Introducing nl-reading/nl-saying, comments welcome
Earlier versions of the spec and the implementation used only the rather
verbose "input-line-separator". This was later shortened to "nl", but we
lost the inputness of the separator. Since we only use the new line separator
on "say", I thought it would be approriate to name that case "nl-saying".
Consequently, extending "nl" to "nl-reading" seemed appropriate.