Hello, world!

< script language="Javascript" > function my_function( arg0, arg1 ) { return "42"; } document . print( my_function() );