Talk:Input/Output for lines of text

From Rosetta Code
Revision as of 06:51, 9 January 2014 by Grondilu (talk | contribs) (Created page with "== Perl 6 == Do we have to be explicit about $*IN and $*OUT? What about just: <lang perl6>say get() xx get;</lang> ?--~~~~")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Perl 6

Do we have to be explicit about $*IN and $*OUT? What about just:

<lang perl6>say get() xx get;</lang>

?--Grondilu (talk) 06:51, 9 January 2014 (UTC)