Created
May 11, 2026 20:23
-
-
Save Whateverable/b3b1d4a10b677b0d9083e8c9fd46fc17 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 printf(Str $format, *@a) is native is symbol<printf> {*}; pprintf("%x", 42); |
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
| (exit code 1) | |
| ===SORRY!=== Error while compiling /tmp/AihLFvRKnc | |
| Undeclared routine: | |
| pprintf used at line 1. Did you mean 'sprintf', 'printf', 'print'? | |
| 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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment