How can I write my own colon definitions in ColorForth?
I tried to write :
in interpretation mode, but it shows :?
.
Do I need to change the entry colour in interpretation mode?
Do I need to use the editor? If so, on what block?
I entered my colon definition in block 300 (I found it empty), but I cannot execute it. Do I need to compile the block?
I found that I have to load the block with ll
, and it works.
Is this the correct way?