1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00

Parser trace snippet output.

This commit is contained in:
Andrew Plotkin 2023-05-14 01:08:27 -04:00
parent c90ee57a56
commit b6d30f4401

View file

@ -659,7 +659,11 @@ Get the input, do OOPS and AGAIN.
#Endif; ! TARGET_
k = WordAddress(i+1);
l = WordLength(i+1);
#Ifdef TARGET_ZCODE;
print "~"; for (m=0 : m<l : m++) print (char) k->m; print "~ ";
#Ifnot; ! TARGET_GLULX
print "~"; for (m=0 : m<l : m++) print (char) k-->m; print "~ ";
#Endif; ! TARGET_
if (j == 0) print "?";
else {