Open lucabol opened 2 years ago
One could think of something similar to immediate.
immediate
: test 1 1 + ; expand
or perhaps the default should be the other way:
: test 1 1 + ; inline
Right now everything is inlined. A nested function is generated if the tick(```) word is called.
One could think of something similar to
immediate
.or perhaps the default should be the other way:
Right now everything is inlined. A nested function is generated if the tick(```) word is called.