flagxor / ueforth

Apache License 2.0
90 stars 26 forks source link

adding user-source #70

Open MPETREMANN11 opened 1 month ago

MPETREMANN11 commented 1 month ago

I am trying to make a new userwords.h file

I'm having a little problem adding FORTH instructions as is done for example in oled.h

I added these few lines to my ESP32forth.ino code:

internals DEFINED? user-source [IF]
  user-source evaluate
[THEN] forth
internals definitions

Sincerely