summaryrefslogtreecommitdiff
path: root/pez.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-04-11 19:59:33 +0200
committerlemon <lsof@mailbox.org>2025-04-11 19:59:33 +0200
commitef06c98e90ef97110594f2f1a457a7b68438774c (patch)
treec3699adfe49b62d8f0f98929229418093b413fa3 /pez.h
parentddb5bf5f8b221781c059365b81ded6fdbf8c947f (diff)
assert[]
Diffstat (limited to 'pez.h')
-rw-r--r--pez.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pez.h b/pez.h
index 2330f1b..075eb41 100644
--- a/pez.h
+++ b/pez.h
@@ -70,6 +70,7 @@ bool pez_isbool(PezContext *, int idx);
bool pez_isstring(PezContext *, int idx);
bool pez_isfunction(PezContext *, int idx);
bool pez_isarray(PezContext *, int idx);
+bool pez_truthy(PezContext *, int idx);
int pez_typeof(PezContext *, int idx);
const char *pez_typename(PezContext *, int idx);