Skip to content

Commit

Permalink
Fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 10, 2024
1 parent b06ab6a commit afa8259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/rgbasm-old.5
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For example:
MACRO outer
DEF definition EQUS """
MACRO inner
println (\1) - (\\1)
println (\e1) - (\e\e1)
\enENDM"""
{definition}
PURGE definition
Expand Down Expand Up @@ -111,7 +111,7 @@ to print a complete trace of filenames and line numbers.
Deprecated in 0.5.0, removed in 0.6.0.
.Pp
Instead, use
.Ql DEF _PI EQU 3.141592653 .
.Ql 3.141592653 .
.Ss Treating multi-character strings as numbers
Deprecated in 0.9.0.
.Pp
Expand Down

0 comments on commit afa8259

Please sign in to comment.