From e14d9300072493d1f6a4376d709b8723749fb28b Mon Sep 17 00:00:00 2001 From: GutPuncher Date: Tue, 14 Mar 2023 03:20:15 -0400 Subject: [PATCH] Document undocumented Print format codes. --- src/Doc/Print.DD | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Doc/Print.DD b/src/Doc/Print.DD index 84008e95..76d75ae4 100755 --- a/src/Doc/Print.DD +++ b/src/Doc/Print.DD @@ -21,6 +21,16 @@ For $FG,2$"%c"$FG$ or $FG,2$"%C"$FG$, the repeats the char that $ID,2$$FG,2$"%n"$FG$ floating point in engineering notation, exponents being multiples of three. If it has a code, it will display scientific units letters. +$FG,2$"%e"$FG$ floating point in engineering notation, exponents not restricted to multiples of three. + +$FG,2$"%d"$FG$ Whole number. + +$FG,2$"%u"$FG$ Unsigned whole number. + +$FG,2$"%f"$FG$ Floating point number. + +$FG,2$"%g"$FG$ Right-aligned rounded-up integer of floating point number. + $FG,2$"%S"$FG$ $LK,"Define",A="MN:Define"$() entry. $FG,2$"%C"$FG$ $LK,"ToUpper",A="MN:ToUpper"$() character.