macro 
    /usr/local/lib/janet/spork/misc.janet  on  line  33 , column  1 
    (set*  tgts  exprs )
    Parallel  `set`  function.  Takes  a  list  of  targets  and  expressions , 
    evaluates  all  the  expressions , and  then  assigns  them  to  the  
    targets.  Each  target  can  be  a  variable  or  a  2-tuple , just  like  in  
    the  normal  `set`  special  form.