Pow highlight

From PlainOldWebserver

Jump to: navigation, search

When placed anywhere in the code, the code will cease evaluation and show syntax highlighting on the code.


  <?sjs
     document.writeln("Hello world!");
     pow_highlight();
  ?>

Result:

  <?sjs
    document.writeln("Hello world!");
    pow_highlight();
  ?>
Personal tools
Navigation