multiple assignment

Hello:
   Is there a way to assign multiple values to variables in one shot?

like (a;b) : 1 2  for a:1, b:2?

Asking this because I have a function that returns multiple value.

If not, can the variable name be a variable ?

Thanks !

For global variables you can do

ab set’ 1 2