One could think of something similar to `immediate`. ```factor : test 1 1 + ; expand ``` or perhaps the default should be the other way: ```factor : 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.