diff --git a/State.pm6 b/State.pm6 index 047b417..6b6e738 100644 --- a/State.pm6 +++ b/State.pm6 @@ -4,6 +4,7 @@ use Domain; has %.vars; has %.found = Set.new; has ::?CLASS $.parent; +has Callable @.bla; multi method add-variable(Str $name, $value) { %!vars{$name} = $value;