From 7b3204679bf53733ade52436723fc41858260d36 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 17 Mar 2013 18:28:00 +0100 Subject: ^E\ string building character to format number * new Expressions::format() * may be used format numbers as part of arrays (Q-Register names) --- doc/sciteco.7.template | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3