macro 
    /usr/local/lib/janet/spork/misc.janet  on  line  326 , column  1 
    (do-def  c  d  &  body )
    Convenience  macro  for  defining  constant  named  `c`  with  value  `d`  
    before  `body`  and  returning  it  after  evaluating  `body` , that  
    presumably  modifies  the  content  referred  to  by  `c` .  For  example , a  
    buffer , table  or  array.