This website requires JavaScript.
Explore
Help
Sign In
zongor
/
zongors-reality-engine
Watch
1
Star
0
Fork
You've already forked zongors-reality-engine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e78a26a3c2
zongors-reality-engine
/
test
/
add.pl
8 lines
92 B
Raku
Raw
Blame
History
sub
add
{
my
(
$a
,
$b
)
=
@_
;
return
$a
+
$b
;
}
my
$sum
=
add
(
1
,
1
)
;
print
(
$sum
.
"
\n
"
)
;
Reference in New Issue
View Git Blame
Copy Permalink