Skip to content

Commit

Permalink
Merge pull request #1873 from gfldex/patch-11
Browse files Browse the repository at this point in the history
tell that and when := throws X::TypeCheck::BindingType
  • Loading branch information
zoffixznet committed Mar 26, 2018
2 parents 4027fae + 0daea5a commit 16f15df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Language/operators.pod6
Expand Up @@ -2290,6 +2290,9 @@ different.
This will output 43, since C<$b> and C<$a> both represented the same
object.
If type constrains on variables or containers are present a type check will be
performed at runtime. On failure C<X::TypeCheck::BindingType> will be thrown.
Please note that C<:=> is a compile time construct. As such it can not be
referred to at runtime and thus can't be used as an argument to meta operators.
Expand Down

0 comments on commit 16f15df

Please sign in to comment.