Paste: Beefed up Letter? example

Author: otoburb
Mode: factor
Date: Thu, 15 Dec 2011 13:55:26
Plain Text |
USING: ascii alient.strings ;

GENERIC: ascii-Letter? ( ch/str -- ? )

M: fixnum ascii-Letter? Letter? ;
M: string ascii-Letter? string>symbol first Letter? ;

New Annotation

Summary:
Author:
Mode:
Body: