From b51e1c7c2c4ce2769f01e016967d0115893a7a88 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 31 Jul 2021 21:03:51 -0400 Subject: [PATCH] Compare `FOR` ranges to Python's `range` --- src/asm/rgbasm.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 00769a39..21179ca2 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -1734,7 +1734,9 @@ N = 256 .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