Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/forth/blame/branch/master/testfiles/postpone.forth
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Trying to build a forth runtime in C
|
|
|
: ENDIF POSTPONE THEN ; IMMEDIATE
|
|
|
|
|
|
|
|
: yesno IF ." yes" ELSE ." no" ENDIF ;
|
|
|
|
|
|
|
|
see ENDIF
|
|
|
|
see yesno
|
|
|
|
|
|
|
|
1 yesno
|
|
|
|
0 yesno
|