Libraries
»
literally
(0.0.1)
»
Index
»
File: README
Literally
def
add
(
a:
Numeric
,
b:
Numeric
)
=
Integer
do
|
a:
1
,
b:
2
|
(
a
+
b
)
.
floor
end