Only if they have a single return value!
Using the examples I left previously, this is how you'd call each one.
FUNC 2,3
...for instructions with no return values.
A=FUNC(2,3)
...for functions with a single return value.
FUNC 2,3 OUT A,B
...for functions with multiple return values.
1そうだね プレイ済み