base conversion
This is a base conversion library which is built for goboscript. It is designed to be used with inflator.
https://www.rapidtables.com/convert/number/base-converter.html
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/base
add base to your inflator.toml
config:
[dependencies]
# ...
base = "https://github.com/FAReTek1/base"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/base
cd base
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3