Help for this page

Select Code to Download


  1. or download this
    print "hallo".55.0"test"; # <= error
    
  2. or download this
    print "hallo" . 55 . "test";
    
  3. or download this
    print 'hallo55test';
    
  4. or download this
    print "hallo",55,"test";