! Is there a better way to do this? SYMBOL: fcgi-params : get-fcgi-params ( -- params ) fcgi-params tget dup [ drop H{ } fcgi-params tset fcgi-params tget ] unless ;