Adding script load.

Still need to enhance to support script src.
This commit is contained in:
Brad Nelson
2023-02-21 21:08:03 -08:00
parent d2c62a35b9
commit da324bdf70
5 changed files with 70 additions and 3 deletions

View File

@ -24,4 +24,8 @@ forth definitions internals
: ok ." uEforth" raw-ok ;
transfer forth
forth
( Try to run script tags if any. )
web scripts scripts# forth evaluate
ok