Added assert function. Resolves #123

This commit is contained in:
WerWolv
2021-01-09 21:47:46 +01:00
parent c5d023822d
commit e54dbcf574
3 changed files with 16 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ namespace hex::lang {
BUILTIN_FUNCTION(readUnsigned);
BUILTIN_FUNCTION(readSigned);
BUILTIN_FUNCTION(assert);
#undef BUILTIN_FUNCTION
};