implement Assert
This commit is contained in:
@@ -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, ());
|
||||
|
||||
Reference in New Issue
Block a user