Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/forth/src/commit/add154df51a5a31464ae3ba8cc1cc970981659f4/testfiles/hello.forth You should set ROOT_URL correctly, otherwise the web may not work correctly.
Trying to build a forth runtime in C
 
 
 
forth/testfiles/hello.forth

4 lines
63 B

: hi ." Hello, World!" ;
hi
: hi2 s" Hello, World!" TYPE ;
hi2