ref: 914856342ce02d23bfa2424eb06da6d644e9e946
parent: 91889fc14abbf705271bb484e89e349e08f76477
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Oct 10 21:57:27 EDT 2020
Fix incorrect documentation of accepted sym names No, they cannot start with a digit!
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -743,10 +743,16 @@
String symbol that can be evaluated, similarly to a macro.
.El
.Pp
-Symbol names can contain letters, numbers, underscores, hashes and
+Symbol names can contain letters, numbers, underscores
+.Sq _ ,
+hashes
+.Sq #
+and at signs
.Sq @ .
-However, they must begin with either a letter, a number, or an underscore.
-Periods are allowed exclusively for labels, as described below.
+However, they must begin with either a letter, or an underscore.
+Periods
+.Sq \&.
+are allowed exclusively for labels, as described below.
A symbol cannot have the same name as a reserved keyword.
.Em \&In the line where a symbol is defined there must not be any whitespace before it ,
otherwise