// in 4.0.2.
// With the default for x changed to {<t2()>} (i.e. lazy eval) inspect
// works fine. Also removing the " || other" and keeping the early eval
// works fine with inspect.
STViz viz = st.inspect();
if (interactive) {
viz.waitForClose();
}
else {
waitUntilAnyWindowIsVisible(4000);