Originally Posted By: RTFM
/help [ ] evaluation brackets


Code:
set %str $timestamp $+($chr(91),$me,$chr(93)) $+($chr(91),$ctime,...)
echo -a %str


$+(n1,...,nN)

Combines all of the specified parameters, the same as using $+ in between each item.