We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add DEFER, IS, ACTION-OF, DEFER@, and DEFER!.
DEFER
IS
ACTION-OF
DEFER@
DEFER!
A deferred word should probably compile to a single jump instruction.
IS should work at both compile time and run time.
The text was updated successfully, but these errors were encountered:
On second thought, that wouldn't work on machines with read-only or inaccessible program memory.
Sorry, something went wrong.
The problem is similar to VARIABLE : another level of indirection is required. And, of course, initialization.
No branches or pull requests
Add
DEFER
,IS
,ACTION-OF
,DEFER@
, andDEFER!
.A deferred word should probably compile to a single jump instruction.
IS
should work at both compile time and run time.The text was updated successfully, but these errors were encountered: