ref: f5b19906047cd318f901557731021ad136e5643f
parent: 0794da22bcd58a47e7f748b14d1bbeda84ea7bc3
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Sep 21 21:15:17 EDT 2022
Document that symbol interpolation works outside of strings too
--- a/man/rgbasm.5
+++ b/man/rgbasm.5
@@ -71,13 +71,11 @@
world!"\ \ \ \ \ \ \ \ \ \ \ ;\ Any leading space is included
.Ed
.Ss Symbol interpolation
-A funky feature is
-.Ql {symbol}
-within a string, called
+A funky feature is writing a symbol between
+.Ql {braces} ,
+called
.Dq symbol interpolation .
-This will paste the contents of
-.Ql symbol
-as if they were part of the source file.
+This will paste the symbol's contents as if they were part of the source file.
If it is a string symbol, its characters are simply inserted as-is.
If it is a numeric symbol, its value is converted to hexadecimal notation with a dollar sign
.Sq $