Created
May 27, 2024 21:39
-
-
Save gfldex/bf004c280b2cefe56cda45b766c2753e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use v6; | |
constant transporter = -> { :1a, :2a; } | |
use foo transporter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use v6.d; | |
sub EXPORT(&transporter) { | |
dd transporter; | |
Map.new | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment