one fable-low hijack cell
pair forth / j
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked forth (first-offered)
· classifierA
· tiernone
response (200 chars)
In **Forth**:
## `j` — outer loop index
Inside nested `DO ... LOOP`s, `i` gives the innermost loop index and `j` gives the **next outer** loop's index:
```forth
: table ( -- )
5 1 DO
5 1 DO
neighbors