Section Header
  
  
    + name    :=Expanded INTEGER_8 -> INTEGER, INTEGER_64, INTEGER_32, INTEGER_16;
  
    - comment :="Signed 8 bits integer.";
  
    - type    := `signed char`;
  
    - default := (0.to_raw_integer_8);
  
Section Insert
  
  
    - parent_signed_integer:SIGNED_INTEGER := 
  
Section Public
  
    - object_size:INTEGER := 
  
  
  
 Range
  
  
  
    - maximum:UINTEGER_64 <- 
  
  
    - minimum:INTEGER_64  <- 
  
  
  
 Conversion.
  
  
  
    - to_integer_8:INTEGER_8 <- 
  
    - to_character:CHARACTER <-  
         `13`;