tangled
alpha
login
or
join now
keii.dev
/
Astrid
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Astrid
/
examples
/
Function.as
at
master
88 B
view raw
1
add
::
(
a
:
int
,
b
:
int
)
int
2
{
3
return
a
+
b
;
4
}
5
6
print
(
message
:
add
(
a
:
1
,
b
:
2
)
+
1
);