cond implemented

special form, not as a macro
This commit is contained in:
2021-10-03 13:18:27 +02:00
parent ed0667475c
commit 6ada537e47
4 changed files with 45 additions and 8 deletions

2
ml.h
View File

@@ -145,6 +145,8 @@ public:
bool is_string() const;
bool is_list() const;
// Get the boolean value of this value.
bool as_bool() const;