Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wictory
Created September 26, 2017 11:32
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 wictory/15309bfb3e70b460665f13723c6bb609 to your computer and use it in GitHub Desktop.
Save wictory/15309bfb3e70b460665f13723c6bb609 to your computer and use it in GitHub Desktop.
$ perl6 -e 'react { whenever $*IN.Supply(:size<1>).lines { .say } }'
1
2
3
^C
$ perl6 -e 'react { whenever $*IN.lines.Supply { .say } }'
1
2
3
^C
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment