Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zoffixznet/b0c00840ea52a15fdbefda892fc2b1ee to your computer and use it in GitHub Desktop.
Save zoffixznet/b0c00840ea52a15fdbefda892fc2b1ee to your computer and use it in GitHub Desktop.
use nqp;
BEGIN {
nqp::bindkey(
%*LANG, "MAIN", %*LANG<MAIN> but role {
token quote:sym<apos> {
"✌" ~ "✌"
<nibble(self.quote_lang(%*LANG<Quote>, "✌", "✌", ['q']))>
}
}
);
}
say ✌lulz✌
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment