Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[Perl 6] References to subroutines
cwchen
Nov 28th, 2017
4,484
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Perl 6
0.08 KB
| None
|
0
0
raw
download
clone
embed
print
report
sub
square
(
$n
)
{
$n
*
$n
;
}
my
$f
=
&square
;
$f
(
3
)
==
9
or
die
"Wrong value"
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch ✅ Working
JavaScript | 5 sec ago | 0.25 KB
✅ Make huge profits on trading
JavaScript | 30 sec ago | 0.25 KB
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐⭐
Java | 1 min ago | 0.18 KB
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐⭐
Java | 1 min ago | 0.18 KB
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 1 min ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 1 min ago | 0.18 KB
✅ Make $2500 in 15 minutes
JavaScript | 1 min ago | 0.25 KB
⭐⭐⭐Free Giftcards Method⭐⭐⭐
Java | 1 min ago | 0.18 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!