diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-17 18:28:00 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-17 18:28:00 +0100 |
commit | 7b3204679bf53733ade52436723fc41858260d36 (patch) | |
tree | 0ad5d04eee28245dd86612d65b6a65ae7069881c /doc | |
parent | b376b24e6d475d90e3c8267e8340b13ec7a43121 (diff) | |
download | sciteco-7b3204679bf53733ade52436723fc41858260d36.tar.gz |
^E\ string building character to format number
* new Expressions::format()
* may be used format numbers as part of arrays (Q-Register names)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.7.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 84e10cc..d59aec0 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -804,6 +804,13 @@ part of Q-Register \fIq\fP. For instance if register \(lqA\(rq contains the code 66, \(lq^EUa\(rq expands to the character \(lqB\(rq. .TP +.BI ^E\(rs q +Expands to the formatted number stored in the +numeric part of Q-Register \fIq\fP. +The number is formatted according to the current +radix and exactly the same as the backslash (\fB\(rs\fP) +command would format it. +.TP .BI ^E c All remaining \fB^E\fP combinations are passed down unmodified. |