summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.117
1 files changed, 17 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 9dfe7485..67dc77d0 100644
--- a/txr.1
+++ b/txr.1
@@ -33202,6 +33202,23 @@ The precision field is processed syntactically, and no error occurs, however.
.PP
+.coNP Function @ fmt
+.synb
+.mets (fmt < format-string << format-arg *)
+.syne
+.desc
+The
+.code fmt
+function provides a short-hand for formatting to a string, according
+to the following equivalence which holds between
+.code fmt
+and
+.codn format :
+
+.cblk
+ (fmt s arg ...) <--> (format nil s arg ...)
+.cble
+
.coNP Functions @, print @, pprint @, prinl @, pprinl @ tostring and @ tostringp
.synb
.mets (print < obj <> [ stream ])