Skip to content

Instantly share code, notes, and snippets.

@gerdr
Created June 7, 2012 20:39
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 gerdr/2891417 to your computer and use it in GitHub Desktop.
Save gerdr/2891417 to your computer and use it in GitHub Desktop.
LEAVE fail with multi
use v6;
multi sub foo() {
say 'here';
LEAVE say 'not here';
}
foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment