Created
May 11, 2026 21:29
-
-
Save Whateverable/1468520784f192ab793d9fd9c76df532 to your computer and use it in GitHub Desktop.
evalable6
This file contains hidden or 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 NativeCall; sub zprintf(str $format, *@a) is native is symbol<printf> {*}; zprintf("%x",42) # whee |
This file contains hidden or 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
| Saw 1 occurrence of deprecated code. | |
| ================================================================================ | |
| The PERL6LIB environment variable being set, support will be removed with v6.e. | |
| Please use RAKULIB instead. | |
| -------------------------------------------------------------------------------- | |
| Please contact the author to have these occurrences of deprecated code | |
| adapted, so that this message will disappear! | |
| 2a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment