Administrator
|
Not per the authors' language specification -- in fact it can't even be a full word, but only a 15-bit unsigned integer (so 0..32767).
If you want to extend the language specification you are free to do so, but then you need to define what it means to have a value that is more than a word in size and how it is to be implemented and interpreted. It's a very reasonable and doable thing, but it is likely quite a bit larger task than you might be thinking.
|