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

4 lines
55 B

: yesno IF ." yes" ELSE ." no" THEN ;
1 yesno
0 yesno