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