e.mx raw

   1  package main
   2  
   3  func runeNL() int32   { return int32('\n') }
   4  func runeTab() int32  { return int32('\t') }
   5