aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/string.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-19 00:57:55 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-19 00:57:55 +0000
commit32a0482710c76733805bca604c2089c231cd733f (patch)
treed1fbac95b8b029d2d789b41fcb3770e1b16fb72a /src/algebra/string.spad.pamphlet
parent1b31c2ee8c940986d448dfc226b00fc6f6af6639 (diff)
downloadopen-axiom-32a0482710c76733805bca604c2089c231cd733f.tar.gz
Diffstat (limited to 'src/algebra/string.spad.pamphlet')
-rw-r--r--src/algebra/string.spad.pamphlet8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/algebra/string.spad.pamphlet b/src/algebra/string.spad.pamphlet
index 9ea5e74f..311fb726 100644
--- a/src/algebra/string.spad.pamphlet
+++ b/src/algebra/string.spad.pamphlet
@@ -38,10 +38,8 @@ Character: OrderedFinite() with
++ \spad{space} provides the blank character.
quote: %
++ \spad{quote} provides the string quote character, \spad{"}.
- escape: %
- ++ \spad{escape} provides the escape character, \spad{_}, which
- ++ is used to allow quotes and other characters {\em within}
- ++ strings.
+ underscore: %
+ ++ \spad{underscore} designates the underbar character.
newline: %
++ \spad{newline} designates the new line character.
carriageReturn: %
@@ -112,7 +110,7 @@ Character: OrderedFinite() with
random() == char(random(size())$NNI)
space == %ccst " "
quote == %ccst "_""
- escape == %ccst "__"
+ underscore == %ccst "__"
newline == %ccst "\n"
carriageReturn == %ccst "\r"
linefeed == %i2c 10