Thread Frage zu "type annotations"
(2 answers)
Opened by rakudo at 2011-02-19 09:54
Weil $hash{$a} und $hash{$b} keine Integer sind.
Führt zu Code: (dl
)
{"a" => [97], "b" => [98], "c" => [99], "d" => [100], "e" => [101], "f" => [102]} Du siehst also, dass die Hash-Elemente nicht Integer, sondern Arrays mit je einem Integer sind. |