unsuitable001/BitViz

Dealing with char variables

Closed this issue · 1 comments

Currently, if we add a char variable, it gets type-casted to int32.
But, now, we want to deal with char variables as char variables.

Files to look at index.js

On it 👍