aUCBLogo Demos and Tests / keyptest


to keyptest
   
forever 
   
[   if key? 
      
[   c=readchar
         
ifelse == char 255
         
[   c=readCharExt
            
(pr "ext c)
         
]
         
[   (pr rawASCII c c)
            
if c==char 27 [stop]
         
]
      
]
   
]
end