Open super-miner opened 1 week ago
Allow the types in the inputs array in Block's constructor to include boolean and number which then get detected and turned into strings by calling .toString() on them.
Same goes for putting booleans into Variable.withValue().
Allow the types in the inputs array in Block's constructor to include boolean and number which then get detected and turned into strings by calling .toString() on them.