assert certain conditions, if not true, give an error
This is a assertion library which is built for goboscript. It is based on the stdlib implementation, but it is designed to be used with inflator.
- aspizu for original version in stdlib
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/assert
add assert to your inflator.toml
config:
[dependencies]
# ...
assert = "https://github.com/FAReTek1/assert"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/assert
cd assert
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3