When I see a line like:
in C, what type of var would I use in BMax? I tried a short (unsigned) but it truncated the number. And a long is considered a 'signed' var.
unsigned a= 57320193
in C, what type of var would I use in BMax? I tried a short (unsigned) but it truncated the number. And a long is considered a 'signed' var.