Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 27, 2016 14:17
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/0328a10d673adf0fb100e8f63c5f4072 to your computer and use it in GitHub Desktop.
Save Whateverable/0328a10d673adf0fb100e8f63c5f4072 to your computer and use it in GitHub Desktop.
bisectable6
all use nqp; say nqp::unipropcode('space'); say nqp::unipropcode('White_Space')
Output on both points: ===SORRY!=== Error while compiling /tmp/8txs03pS6W
Could not find nqp::unipropcode, did you forget 'use nqp;' ?
at /tmp/8txs03pS6W:1
------> l use nqp; say nqp::unipropcode('space')⏏; say nqp::unipropcode('White_Space')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment