role Systemic
Information related to the build system
Built-in class for providing built system related information. Usually accessed through dynamic variables mixing this role such as the $*KERNEL
.
Methods
method gist
method gist( Systemic: )
Instance method returning the name and version of the object.
say .gist; # OUTPUT: «Perl 6 (6.c)»
$*PERL
is an object of the Perl type, which mixes in this role and thus implements this method.
method Str
method Str
Instance method returning the name of the object.
say .Str; # OUTPUT: «Perl 6»
Type Graph
Systemic