Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load cannot be called twice in one block #53

Open
vkichline opened this issue Jun 5, 2023 · 3 comments
Open

Load cannot be called twice in one block #53

vkichline opened this issue Jun 5, 2023 · 3 comments

Comments

@vkichline
Copy link

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.

@flagxor
Copy link
Owner

flagxor commented Feb 24, 2024

Hi vkichline,

I'm having trouble reproducing this.
Which platform are you seeing this on?

@vkichline
Copy link
Author

vkichline commented Feb 24, 2024 via email

@vkichline
Copy link
Author

vkichline commented Feb 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants