Advertisement
Guest User

Untitled

a guest
Oct 26th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 6 0.21 KB | None | 0 0
  1. perl6 -e "class Foo { has Str $.a; }; my $f = Foo.new(a => 'aaaah'); say $f;"
  2. ===SORRY!=== Error while compiling -e
  3. Malformed my
  4. at -e:1
  5. ------> class Foo { has Str $.a; }; my⏏  = Foo.new(a => 'aaaah'); say ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement