Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 24, 2018 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/110496947900da1790f7cc3406ea9c10 to your computer and use it in GitHub Desktop.
Save Whateverable/110496947900da1790f7cc3406ea9c10 to your computer and use it in GitHub Desktop.
greppable6
undefine\b
File Code
MARTIMM/BSON
…/EDC.pm6 :200:
# undefine($thread);
MARTIMM/mongo-perl6-driver
…/020-config.t :25:
undefine $mdbcfg;
MARTIMM/mongo-perl6-driver
…/020-config.t :35:
undefine $mdbcntrl;
Tux/CSV
…/bugs.pl :199:
# expected: something with undefine
Tux/CSV
…/bugs.pl :200:
# got: something with undefine
azawawi/farabi6
…/perl6-mode.js :302:
"times nonce once signature new connect operator undef undefine sleep",
cygx/p6-tinycc-resources-win64
…/libtcc.h :44:
/* undefine preprocess symbol 'sym' */
gfldex/perl6-pod-to-bigpage
…/html.xhtml :1620:
</li></ul> <p>There is no <span class="code">undef</span> in Perl 6. You can't undefine a function, and the closest equivalent value is pro…
perl6/doc
…/5to6-perlfunc.pod6 :1673:
There is no C<undef> in Perl 6. You can't undefine a function, and the closest
perl6/doc
…/TypeGraph.pm :58:
undefine @categories;
perl6/doc
…/words.pws :1219:
undefine
rakudo-p5/v5
…/STATUS-p6m.md :596:
in sub undefine at src/gen/m-CORE.setting:17695<br />
rakudo-p5/v5
…/Terms.pm :279:
multi sub undef($a is rw) is export { undefine $a; Any }
skids/perl6sum
…/librhash.pm6 :287:
# compare to that -- or better yet if undefine() worked
spebern/Parser-FreeXL-Native
…/ltoptions.m4 :51:
m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
tokuhirom/p6-Crust
…/Request.pm6 :174:
undefine $headers;
tokuhirom/p6-HTTP-MultiPartParser
…/035_headers.t :22:
undefine $header;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment