Number / Integer

Numbers in Baabnq are always comprised of 16-bits. Usually they are interpreted as unsigned 16-bits integers, as alot of standard commands (like print and input) do. However, they may store arbitrary data, where the representation is left up to the implementation. See Virtual Machine.


<< Back