Add register parameters to AM append operation

This commit is contained in:
2025-08-10 20:50:35 +01:00
parent 76efcef953
commit eaef6f3cd3
5 changed files with 40 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ static void eval_list(am_t *am)
eval(am);
am_pop(am, ARGL);
am_append_arg(am);
am_append(am, ARGL, VAL);
am_pop(am, UNEV);
am_pop(am, EXPR);