Section Header
  
  
    + name        :=Expanded INTEGER_32 -> INTEGER, INTEGER_64, POINTER;
  
  
    - comment     :="Signed 32 bits integer.";
  
    - type        := `signed long`;
  
    - default     := (0.to_raw_integer_32);
  
Section Insert
  
  
    - parent_signed_integer:SIGNED_INTEGER := 
  
Section Public
  
  
    - object_size:INTEGER := 
  
  
 Range
  
  
  
    - maximum:UINTEGER_64 <-  
  
  
    - minimum:INTEGER_64 <- 
  
  
  
 Conversion with test.
  
 
  
    - to_integer_32:INTEGER_32     <-