strings.lib: adding vocab for char>upper

db4
Alex Chapman 2008-02-19 12:08:15 +11:00
parent f68dcfa2da
commit 1794edfa84
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: math arrays sequences kernel random splitting strings ; USING: math arrays sequences kernel random splitting strings unicode.case ;
IN: strings.lib IN: strings.lib
: char>digit ( c -- i ) 48 - ; : char>digit ( c -- i ) 48 - ;