File | Code |
---|---|
perl6/doc…/Array.pod6 :308: |
Returns C<True> if the invocant has been declared with the L<is dynamic|/routine/is dynamic> |
perl6/doc…/Array.pod6 :314: |
my @b is dynamic; |
perl6/doc…/Array.pod6 :317: |
If you declare a variable with the C<*> twigil C<is dynamic> is implied. |
perl6/doc…/Array.pod6 :325: |
my $s is dynamic = [1, 2, 3]; |
perl6/doc…/Hash.pod6 :363: |
Returns C<True> if the invocant has been declared with the L<is dynamic|/routine/is dynamic> |
perl6/doc…/Hash.pod6 :369: |
my %b is dynamic; |
perl6/doc…/Hash.pod6 :372: |
If you declare a variable with the C<*> twigil C<is dynamic> is implied. |
perl6/doc…/Hash.pod6 :380: |
my $s is dynamic = %('apples' => 5); |
perl6/doc…/Variable.pod6 :51: |
=head2 trait is dynamic |
perl6/doc…/Variable.pod6 :62: |
my $x B<is dynamic> = 23; |
spebern/Parser-FreeXL-Native…/nmake.opt :10: |
# we want software that is dynamically loading the DLL to have no problem |
tony-o/perl6-operator-feq…/README.md :34: |
Set this dynamic variable to control which library 'feq' uses |
tony-o/perl6-operator-feq…/README.md :40: |
Set this dynamic variable to control the threshold for the matching. Setting this variable to 0 will always cause ```feq``` to return ```False```. Conversely, a value of ```1``` will always return ```True```. |
Created
August 26, 2021 01:42
-
-
Save Whateverable/69882d781dd00590955678cb06cb9869 to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is dynamic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment