-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
If block 1 of blocks.fb contains the following code, it works as expected:
2 3 thru
If, on the other hand, it contains the following, only block 2 is loaded:
2 load 3 load
Expected: both block 2 and block 3 should be loaded.
Why it matters: I want block 1 to be a system load block, essentially configuring my system. Typically I load several individual blocks and several series of blocks using load and thru repeatedly in block 1. This makes a Forth system very flexible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels