inline inlined
inline ( <name> -- )
Specific Flash Forth
Inline the following word.
The FlashForth inlining is very simple.
It can only inline words that contain position independent assembly code that ends with a return.
If a word contains rcall or ends with jmp, etc.. the inlining process goes to pieces.
inlined ( -- )
Specific Flash Forth
Mark the latest compiled word as for automatic inlining.