implement Assert

This commit is contained in:
2026-05-03 22:20:00 +08:00
parent 88a205f419
commit fca00b04ba
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ tail_fn!(op_coerce_to_string, (reader, mc));
tail_fn!(op_concat_strings, (ctx, reader, mc));
tail_fn!(op_resolve_path, (ctx));
tail_fn!(op_assert, (reader));
tail_fn!(op_assert, (ctx, reader, mc));
tail_fn!(op_push_with, (ctx, reader, mc));
tail_fn!(op_pop_with, ());