This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
RosettaCodeData
/
Task
/
Assertions
/
Perl
/
assertions-5.pl
5 lines
79 B
Raku
Raw
Permalink
Blame
History
is
$a
,
42
;
ok
$a
==
42
;
cmp_ok
$a
,
'
=
=
'
,
42
,
'
T
h
e
a
n
s
w
e
r
s
h
o
u
l
d
b
e
4
2
'
;
# etc.
Reference in New Issue
View Git Blame
Copy Permalink