> On 27 Jan 2016, at 14:00, Tom Browder <[email protected]> wrote: > > Given so many handy methods for built-in classes, it would be nice to have a > couple of more for some, for instance: > > IO:Path.stemname > Like basename except any suffix is removed
Seems like a nice idea.
> IO::Handle.say (or println)
> Like print except with an added newline.
IO::Handle already has a .say ?
$ 6 '$*OUT.say("hello world")'
hello world
Liz
