mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Compare FOR ranges to Python's range
This commit is contained in:
@@ -1734,7 +1734,9 @@ N = 256
|
|||||||
.Pp
|
.Pp
|
||||||
You can customize the range of
|
You can customize the range of
|
||||||
.Ic FOR
|
.Ic FOR
|
||||||
values:
|
values, similarly to Python's
|
||||||
|
.Ql range
|
||||||
|
function:
|
||||||
.Bl -column "FOR V, start, stop, step"
|
.Bl -column "FOR V, start, stop, step"
|
||||||
.It Sy Code Ta Sy Range
|
.It Sy Code Ta Sy Range
|
||||||
.It Ic FOR Ar V , stop Ta Ar V No increments from 0 to Ar stop
|
.It Ic FOR Ar V , stop Ta Ar V No increments from 0 to Ar stop
|
||||||
|
|||||||
Reference in New Issue
Block a user