You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify o-code numbering and scoping rules in docs
Document that control flow o-words (if/while/do/repeat) are locally
scoped to their subroutine and can be safely reused across different
subroutines, while subroutine definitions are global and must be
unique. Add example showing valid reuse of o-numbers across subs.
Ref: #3880
0 commit comments