func: int(number: x) = {
stdout: out = x
}
func: str(string: x) = {
number: one = 5 + 4
string: str = 5 + 4 =
str(str)
int(one)