1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-26 04:00:43 +03:00

add list writer internal rule response Z

This commit is contained in:
Zed Lopez 2024-05-19 18:52:39 -07:00
parent decf9b251f
commit 204f7ed143
2 changed files with 3 additions and 2 deletions

View file

@ -1002,7 +1002,7 @@ Array LW_Bit_To_Response -> [ 'D'; 'L'; 'E'; 'O'; 'M'; 'F'; 'N' ];
print ",";
if ((print_count ~= last_index) || (~~(BasicInformKit`SERIAL_COMMA_CFGF))) print " ";
}
if (print_count == last_index) LW_Response('C', o); ! " and "
if (print_count == last_index) LW_Response('Z', o); ! " and "
}
LW_Response(LW_Bit_To_Response->counter);
print_count++;

View file

@ -1167,7 +1167,8 @@ The list writer internal rule is defined by Inter as
"[regarding list writer internals][are]" (V),
"[regarding list writer internals][are] nothing" (W),
"Nothing" (X),
"nothing" (Y).
"nothing" (Y),
" and " (Z).
The action processing internal rule is defined by Inter as
"ACTION_PROCESSING_INTERNAL_R" with