text, number afunction()
   text t = "demo"
   number n = 10
return t, n

text a
number b
a, b = afunction()