Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[Perl 6] Higher-order function combo demo.
cwchen
Nov 28th, 2017
4,657
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Perl 6
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
my
$n
=
reduce
{
$^a
+
$^b
}
,
map
{
$_
**
2
}
,
grep
{
$_
mod
2
!=
0
}
,
1
..
10
;
$n
==
1
**
2
+
3
**
2
+
5
**
2
+
7
**
2
+
9
**
2
or
die
"Wrong value"
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $2500 IN 15 MIN ✅ Working 💵 💎
JavaScript | 12 min ago | 0.22 KB
✅ Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 29 min ago | 0.22 KB
Untitled
Python | 43 min ago | 1.23 KB
✅ Free Crypto Method 🔥 🚨
JavaScript | 46 min ago | 0.22 KB
✅ ChangeNOW Profit Exploit 💎 💵
JavaScript | 1 hour ago | 0.22 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.22 KB
✅ Swapzone money bug 🚨 🔥
JavaScript | 1 hour ago | 0.22 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.22 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!