--- gforth/test/gforth.fs 2004/12/08 11:56:31 1.3 +++ gforth/test/gforth.fs 2004/12/08 12:47:30 1.4 @@ -40,3 +40,5 @@ decimal 36 base ! { 0x10 -> x10 } decimal +{ 'a' -> 97 } +{ 'A -> 65 }