[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/tests/lib/exe/js_js_compress/ -> test-IfThenElseNoBraces-in.js (source)

   1  
   2  
   3  if ( true )
   4      document.write("foo");  
   5   else
   6      document.write("bar"); 
   7