Help for this page

Select Code to Download


  1. or download this
    $a ='foo'
    print $a
    
    syntax error at - line 2, near "print"
    
  2. or download this
    $a = 'foo'
    print $a
    
    ...
    have permission to use this compiler, and all the other
    computers and programmers on the network have been informed 
    of your imcompetence!