next node: CharConv,
prev node: Denotation,
up to node: Subsystem Text


PrintableChar

Signature of PrintableChar

List of Import References :
See BOOL
See Char
See DENOTATION
See Nat

SIGNATURE PrintableChar

$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)

-- printable (ascii) characters
-- Incompatibility: _ no longer allowed as function name
--		    function _ replaced by function underscore

IMPORT Char ONLY char

FUN   dblquote                  -- "
      lsngquote rsngquote       -- ` '
      lbrace rbrace             -- ( )
      lsqbrace rsqbrace         -- [ ]
      dot colon comma           -- . : ,
      underscore                -- _

       0    1    2    3    4    5    6    7   8    9   
      
       !     #   $      %    &   *    +    -   /   |
       ;    <    =    >    ?   @     \   ^   
            {     }    ~ 

       A    B    C    D    E    F    G 
       H    I    J    K    L    M    N    O 
       P    Q    R    S    T    U    V    W 
       X    Y    Z   

       a    b    c    d    e    f    g 
       h    i    j    k    l    m    n    o 
       p    q    r    s    t    u    v    w 
       x    y    z                              : char


next node: CharConv,
prev node: Denotation,
up to node: Subsystem Text