Changeset 4492 for trunk/library/character.lgt
- Timestamp:
- 10/06/08 19:09:27 (3 months ago)
- Files:
-
- 1 modified
-
trunk/library/character.lgt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/character.lgt
r3687 r4492 5 5 6 6 :- info([ 7 version is 1. 0,7 version is 1.1, 8 8 author is 'Paulo Moura', 9 date is 200 0/7/24,9 date is 2008/10/7, 10 10 comment is 'Character predicates.']). 11 11 … … 65 65 66 66 is_layout(' '). 67 is_layout('\t'). 68 is_layout('\n'). 69 70 is_quote(''''). 71 is_quote('"'). 72 is_quote('`'). 73 74 is_punctation(','). 75 is_punctation(';'). 76 is_punctation(':'). 77 is_punctation('.'). 78 is_punctation('?'). 79 is_punctation('!'). 67 80 68 81 lower_upper(a, 'A').
