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 Numeric Numeric Mu Mu Any Any Any->Mu Cool Cool Cool->Any Complex Complex Complex->Numeric Complex->Cool Real Real Real->Numeric Stringy Stringy Str Str Str->Cool Str->Stringy Allomorph Allomorph Allomorph->Str ComplexStr ComplexStr ComplexStr->Complex ComplexStr->Allomorph Int Int Int->Cool Int->Real Instant Instant Instant->Cool Instant->Real Duration Duration Duration->Cool Duration->Real Rational Rational Rational->Real Num Num Num->Cool Num->Real Signal Signal Signal->Int Endian Endian Endian->Int IntStr IntStr IntStr->Allomorph IntStr->Int Order Order Order->Int atomicint atomicint atomicint->Int PromiseStatus PromiseStatus PromiseStatus->Int int int int->Int Bool Bool Bool->Int NumStr NumStr NumStr->Allomorph NumStr->Num Rat Rat Rat->Cool Rat->Rational FatRat FatRat FatRat->Cool FatRat->Rational

Expand chart above