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. It's installable from the gtp.
inflate install base
add base to your inflator.toml config:
[dependencies]
# ...
base = "base"use inflate install -e .:
- clone the respository:
git clone https://github.com/inflated-goboscript/base cd baseinflate install -e .cd testinflategoboscript build- open
test.sb3