collect-str-garbage:dstrings — ordinary primitive
FORTH
COLLECT-$GARBAGE
( -- collected-flag )( | ) ; |
; |
If string space is not marked as containing garbage, return false. If there is garbage, throw an error when garbage collection is disabled. Otherwise remove the garbage and return true. Garbage collection is "transparent", so the user would not normally use this word. <ansref>"collect-string-garbage"</ansref>