class X::Syntax::Term::MissingInitializer does X::Syntax { }
Syntax error when a term (a backslash variable) is declared without
initialization assignment.
For example
my \foo;
dies with
===SORRY!===
Term definition requires an initializer
Valid code would be
my \foo = 42;
See Also
class Exception
Anomalous event capable of interrupting normal control-flow
class X::Bind
Error due to binding to something that is not a variable or container
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society.
All rights reserved.