$result = 8;
> > say $res
>
Hi,
As it stands right now, perl6 REPL is a bare bones shell with just
enough functionality. You may also add readline using `zef install
Readline` and use it with the REPL. Autocomplete feature might be added
in later releases.
Shrivats
Careful :-)
You're actually closing the single quote you​started with perl6 -e. In
other words, this is your Shell's doing.
You can execute this as a script with single quote around string literals
with no issues
Streetcars
On May 3, 2017 10:27, "ToddAndMargo" wrote:
> Hi All,
>
> Why does th
Unless I'm missing something, circumfixes seem to be implemented in rakudo.
Have a look at S06-operator-overloading/sub.t in roast.
In this particular example, you can remove spaces between those circumfix
operators and arguments. I guess that's what triggers TTIAR.
On Feb 13, 2013 8:34 PM, "Carl
"Using
Perl 6" book, and other software that can be used with the Rakudo
compiler to enhance its utility. Rakudo Star is meant for early
adopters who wish to explore what's possible with Rakudo Perl 6 and
provide feedback on what works, what doesn't, and what else they
would like to see included in the distribution.
Shrivats aka "isBEKaml"