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
|
: yesno IF ." yes" ELSE ." no" THEN ;
|
|
|
|
1 yesno
|
|
0 yesno
|
|
|