diff options
Diffstat (limited to 'val.h')
-rw-r--r-- | val.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ void println_val(Val v); const char *typename_str(Val v); bool is_truthy(Val v); +bool val_equal(Val a, Val b); typedef enum { |