Code:
alias ttt {
  var %a = oioi
  var %b = welcome
  var %c = hello
  var %order = a b c
  echo -a check: [ % $+ $gettok(%order,1,32) ]
}


Can someone get this to work pls?
I want something like this cause for me it matters in what order %order is set to.

Thanks alot in advance!