shithub: rgbds

Download patch

ref: b51e1c7c2c4ce2769f01e016967d0115893a7a88
parent: 26ddf1ff4df483ddafb2992aa4903902911e6a94
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Jul 31 17:03:51 EDT 2021

Compare `FOR` ranges to Python's `range`

--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -1734,7 +1734,9 @@
 .Pp
 You can customize the range of
 .Ic FOR
-values:
+values, similarly to Python's
+.Ql range
+function:
 .Bl -column "FOR V, start, stop, step"
 .It Sy Code Ta Sy Range
 .It Ic FOR Ar V , stop Ta Ar V No increments from 0 to Ar stop