Update of /cvsroot/wisp/wisp/modules
In directory usw-pr-cvs1:/tmp/cvs-serv4805/modules
Modified Files:
builtin.wid
Log Message:
Made |c8string-length| not work in setter context.
Index: builtin.wid
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/builtin.wid,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- builtin.wid 26 Aug 2002 16:18:17 -0000 1.168
+++ builtin.wid 31 Aug 2002 14:29:05 -0000 1.169
@@ -2710,11 +2710,9 @@
string-length
- (|string-length| /string/) <=> /cardinal/
+ (|string-length| /string/) => /cardinal/
- Accesses the length of /string/. If length of /string/ is changed, adds
- or deletes some characters from its right end. The added characters are
- unspecified.
+ Returns the length of /string/.
string-null?
|