scotws / TaliForth2

A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02
Other
86 stars 23 forks source link

Documentation Error in THRU (looks like it's my fault) #248

Closed SamCoVT closed 4 years ago

SamCoVT commented 4 years ago

THRU's comment header has "list" as the name of the word:

; ## THRU ( scr# scr# -- ) "Load screens in the given range"
; ## "list"  tested  ANS block ext
        ; """https://forth-standard.org/standard/block/THRU"""
.scope
xt_thru:

Caught by Druzyek over on the 6502 forums. I'll fix it up and issue a pull request.