container-summary ( obj size word -- str )


Vocabulary
summary

Inputs
objan object
sizean object
wordan object


Outputs
stran object


Definition


: container-summary ( obj size word -- str )
[ object-summary ] 2dip
[ [ % " with " % ] [ # ] [ " " % % ] tri* ] "" make ;