K 10 svn:author V 6 tsoome K 8 svn:date V 27 2020-12-01T22:28:02.111124Z K 7 svn:log V 262 ficl: instead of pad, emit can use local variable Pad in forth is used as "scratchpad" and internal implementations should not use it. Ficl does not really follow this rule and this can fire back. emit has no need to use pad, we can use local variable instead. END