From 0956d300c4676c5ec6ddaf8e69de4a3d5a77fab7 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 13 Dec 2020 21:10:53 -0500 Subject: [PATCH] Document \# --- src/asm/rgbasm.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 502718cc..568d1d68 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -234,7 +234,8 @@ There are a number of escape sequences you can use within a string: .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.)