class X::Syntax::Variable::Numeric does X::Syntax { }

Syntax error thrown when trying to declare numeric symbols.

For example

my @101;

dies with

===SORRY!===
Cannot declare a numeric variable

Methods§

method what§

method what returns Str:D

Returns a verbal description of the kind of symbol that was declared (variable, parameter, attribute).

Typegraph§

Type relations for X::Syntax::Variable::Numeric
raku-type-graph X::Syntax::Variable::Numeric X::Syntax::Variable::Numeric Exception Exception X::Syntax::Variable::Numeric->Exception X::Syntax X::Syntax X::Syntax::Variable::Numeric->X::Syntax Mu Mu Any Any Any->Mu Exception->Any X::Comp X::Comp X::Comp->Exception X::Syntax->Exception X::Syntax->X::Comp

Expand chart above