
  


   MIDletPascal 
,     
  Pascal'. , 
 , -   
     
.
 MIDletPascal  
  -   (Canvas)  
(Form).    ,   
   .
,   
  
 - ,
,   .  
  ,      
 ,   ,  , ,  .   
 ,   ,    .
    
 :  
.  - char, string, integer,
real, boolean, image, command, http, RecordStore, resource, 
 -  record  array.  
  ,  
    , 
 : image -   
 ; ommand - 
  (-);
http -    
; RecordStore - , 
  , ..  
    - ; resource -  
   
JAR-.  ,   (Command)  
   .
  MIDletPascal: 
1) for
2) while
3) repeat .. until
4) break
5) if .. then .. else
6)  := .
 /


 ,   
 case of, 
   
 if ... then ... else. 
,   halt
  
    .
  ,  MIDletPascal 
  .
  ,
   '{'  '}', 
 '(*'  '*)'.  
   ,  
   '/'.


   
 :


program programName;
 ;
 ;
 ;
   ;
begin
;
end.


,  ,   ,
   
    .
   ,  
    ,
..     
   ,
 ,   .  
,   
  var (
  ). 
  
,   
   ,
  Forward. Forward -
 , 
 , 
   
 -   .
:


Procedure Name(x,y: integer); forward;