Hello Matthias & all,
SOS:
It seems that even simple (single line) cases fail:
Amforth (r1383):
~~~~~~~~~~~~~~~~
1 [if] s" yes" [else] s" no" [then] type → freezing
0 [if] s" yes" [else] s" no" [then] type → freezing
1 [if] s" hello" [then] type → hello ok
0 [if] s" hello" [then] type → freezing
Gforth:
~~~~~~~
1 [if] s" yes" [else] s" no" [then] type yes ok
0 [if] s" yes" [else] s" no" [then] type no ok
Thank you, Enoch.
|