Skip to content

Instantly share code, notes, and snippets.

@pmurias
Created April 2, 2018 16:25
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 pmurias/533d8fe7c624fb8982109b13e1146b48 to your computer and use it in GitHub Desktop.
Save pmurias/533d8fe7c624fb8982109b13e1146b48 to your computer and use it in GitHub Desktop.
sub x is export {
Str:U;
}
~
sub y is export {
Str:U;
}
use A;
use B;
use nqp;
say('comparing: ', nqp::eqaddr(x, y));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment