Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 6, 2018 01:46
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/7e5745a5f9e52dc542787e8b25c34893 to your computer and use it in GitHub Desktop.
Save Whateverable/7e5745a5f9e52dc542787e8b25c34893 to your computer and use it in GitHub Desktop.
committable6
2018.01 use v6.d.PREVIEW; react { foo }; sub foo { whenever Supply.from-list: <a b c> { .say } }
¦«2018.01»:
===SORRY!=== Error while compiling /tmp/Mi_1eT93A_
Cannot have a 'whenever' block outside the scope of a 'supply' or 'react' block
at /tmp/Mi_1eT93A_:1
------> EVIEW; react { foo }; sub foo { whenever⏏ Supply.from-list: <a b c> { .say } }
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment