Mercurial > hg > octave-lyh
comparison doc/interpreter/strings.txi @ 3893:abd8659eea11
[project @ 2002-04-09 21:36:31 by jwe]
author | jwe |
---|---|
date | Tue, 09 Apr 2002 21:36:31 +0000 |
parents | 5b77cf82393c |
children | 87db95b22f8f |
comparison
equal
deleted
inserted
replaced
3892:56db014d8980 | 3893:abd8659eea11 |
---|---|
60 @item \" | 60 @item \" |
61 Represents a literal double-quote character, @samp{"}. | 61 Represents a literal double-quote character, @samp{"}. |
62 | 62 |
63 @item \' | 63 @item \' |
64 Represents a literal single-quote character, @samp{'}. | 64 Represents a literal single-quote character, @samp{'}. |
65 | |
66 @item \0 | |
67 Represents the ``nul'' character, control-@, ASCII code 0. | |
65 | 68 |
66 @item \a | 69 @item \a |
67 Represents the ``alert'' character, control-g, ASCII code 7. | 70 Represents the ``alert'' character, control-g, ASCII code 7. |
68 | 71 |
69 @item \b | 72 @item \b |