Pow clear
From PlainOldWebserver
pow_clear()
pow_clear clears the page up to the point of this function, then allows printing after its use.
<p>A great speech is written and spoken slowly</p>
<?sjs
document.writeln("First statement");
pow_clear();
document.writeln("Second statement");
?>
Result:
Second statement
