Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b578b580a3e219efc829bb723db457566c2f07e0
https://github.com/perl6/specs/commit/b578b580a3e219efc829bb723db457566c2f07e0
Author: TimToady <[email protected]>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M S29-functions.pod
Log Message:
-----------
Distinguish listy ords/chrs from ord/chr
It will be too confusing to overload ord/chr with both scalar and
list semantics. This will also give more information to the optimizer
at compile time, since it cannot know whether .ord will be passed
a single- or multi-character string