Skip to content

Commit

Permalink
moved "hide curr" to where it belongs (accept.fs)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Feb 3, 2023
1 parent b9f17e2 commit e33627c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions forth/accept.fs
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ begin
else drop then
then then then
again ;
hide curr
2 changes: 1 addition & 1 deletion forth/base.fs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ marker ---modules---

\ hides private words
hide 1mi hide 2mi hide 23mi hide 3mi
hide curr hide end hide latestxt
hide end hide latestxt
hide dodoes hide #>buf

.( labels..) include labels
Expand Down

0 comments on commit e33627c

Please sign in to comment.