Skip to content

Instantly share code, notes, and snippets.

@heyajulia
Created August 19, 2021 13:44
Show Gist options
  • Save heyajulia/e400a1d1179e353dde3aefd639244b53 to your computer and use it in GitHub Desktop.
Save heyajulia/e400a1d1179e353dde3aefd639244b53 to your computer and use it in GitHub Desktop.
sub infix:<—>($a, $b) is equiv(&infix:<->) {
sleep 10;
$a - $b
}
say 43 - 1;
say 43 — 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment