`?-write(' '), write('test'), write(' ').` prints only `test` to the output window. This (together with #119) makes for example pretty-printing trees like this ``` g c f a e b d ``` rather inconvenient.
?-write(' '), write('test'), write(' ').prints onlytestto the output window.This (together with #119) makes for example pretty-printing trees like this
rather inconvenient.