diff doc/interpreter/strings.txi @ 7081:503001863427

[project @ 2007-10-31 01:08:14 by jwe]
author jwe
date Wed, 31 Oct 2007 01:09:28 +0000
parents 120f3135952f
children b2fbb393a072
line wrap: on
line diff
--- a/doc/interpreter/strings.txi	Tue Oct 30 19:52:50 2007 +0000
+++ b/doc/interpreter/strings.txi	Wed Oct 31 01:09:28 2007 +0000
@@ -237,9 +237,11 @@
 all blank characters with underscores.
 
 @example
-quote = "First things first, but not necessarily in that order";
+quote = ...
+  "First things first, but not necessarily in that order";
 quote( quote == " " ) = "_"
-     @print{} quote = First_things_first,_but_not_necessarily_in_that_order
+@result{} quote = 
+    First_things_first,_but_not_necessarily_in_that_order
 @end example
 
 For more complex manipulations, such as searching, replacing, and