From RevaWiki
Index: src/help.txt
===================================================================
RCS file: /vservers/ronwareo/cvs/reva/src/help.txt,v
retrieving revision 1.45
diff -d -u -w -r1.45 help.txt
--- src/help.txt 23 Oct 2006 22:43:56 -0000 1.45
+++ src/help.txt 26 Oct 2006 23:03:42 -0000
@@ -570,6 +570,16 @@
Split the string "a,n" at the first occurrence of "c". If the
character was not found, returns original string and false;
otherwise returns the split string and true.
+
+ If "true" is returned, then "(a2,n2)" is the first part of the
+ string, and "(a1,n1)" is the latter half.
+
+ Example:
+ " Hello, world!" ', split
+ Returns "true" on TOS, then the string:
+ " Hello"
+ followed by:
+ " world!"
=
| ok