quote-string ( str -- str' )


Vocabulary
graphviz.dot.private

Inputs
stran object


Outputs
str'an object


Definition


: quote-string ( str -- str' )
{ { "\"" "\\\"" } { "\0" "" } } [ first2 replace ] each
"\"" "\"" surround ;