 string 


  (string)        .        ,   MIDletPascal    . MIDletPascal         .      : 

   : =, <> ( ,   )  
 
   : + (    ,  ,    )  
  
 
  
  : 

  var text: string; 
  begin 
    text := 'It is now ' + getHour(getCurrentTime) + ' o''clock '; 
    drawText(text, 0, 0); 
    repaint; 
    delay(2000); 
  end. 

     "" ('),            MIDletPascal       . 

