4 lines
96 B
Raku
4 lines
96 B
Raku
my $lexical-variable;
|
|
our $package-variable;
|
|
state $persistent-lexical;
|
|
has $.public-attribute;
|