Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 2, 2020 15:06
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 Whateverable/4f3d4973343394df69ccc63706469969 to your computer and use it in GitHub Desktop.
Save Whateverable/4f3d4973343394df69ccc63706469969 to your computer and use it in GitHub Desktop.
evalable6
say "\N{HUNDRED POINTS SYMBOL}" + 1;
(exit code 1)
===SORRY!=== Error while compiling /tmp/vEXHZGBZ57
Unsupported use of \N{CHARNAME}; in Raku please use \c[CHARNAME]
at /tmp/vEXHZGBZ57:1
------> say "\⏏N{HUNDRED POINTS SYMBOL}" + 1;
expecting any of:
argument list
double quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment