ref: 0956d300c4676c5ec6ddaf8e69de4a3d5a77fab7
parent: 4ef490f3cb4bd875fa03bd63e46c9979b9a9e70b
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Dec 13 16:10:53 EST 2020
Document \#
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -234,7 +234,8 @@
.It Ql \[rs]n Ta Newline ($0A)
.It Ql \[rs]r Ta Carriage return ($0D)
.It Ql \[rs]t Ta Tab ($09)
-.It Qo \[rs]1 Qc \[en] Qo \[rs]9 Qc Ta Macro argument (Only the body of a macro, see Sx Invoking macros )
+.It Qo \[rs]1 Qc \[en] Qo \[rs]9 Qc Ta Macro argument (Only in the body of a macro; see Sx Invoking macros )
+.It Ql \[rs]# Ta All Dv _NARG No macro arguments, separated by commas (Only in the body of a macro)
.It Ql \[rs]@ Ta Label name suffix (Only in the body of macros and REPTs)
.El
(Note that some of those can be used outside of strings, when noted further in this document.)