top | item 46539895

(no title)

lizmat | 1 month ago

You mean like:

    my $a of Int = 42;
    say $a;  # 42
or

    my $a of Int = "foo";'       
    # Type check failed in assignment to $a; expected Int but got Str ("foo")

?

discuss

order

No comments yet.