Quick actions

cmd+k|ctrl+k

Navigation

Languages

Butterfly

Snippet info

Language

Raku

Visibility

unlisted

Author

legacy-anonymous

Created

2020-02-02T17:02:47Z

Updated

2020-02-02T17:02:47Z

use Butterfly;

my $b = Butterfly.new;
$b.who-am-i;

=begin comment
Provided that main.p6 and Butterfuly.pm6 are in the same directory,

$ perl6 -I. main.p6

should output "I am Butterfly".
=end
INFO