quoted
The first option. Anywhere a number can be used, "d# xxx"
would mean decimal.
When you would say <d# 1234 5678>, 1234 is decimal and
5678 is hexadecimal.
Where do the tokens end? Is "d#1234" valid and equal to "d# 1234"?
Or is "d#" an independent token?
In OF, there has to be whitespace inbetween.
And are there other bases to
this model? Like, maybe, "b#", "o#" and "h#" as well?
o# d# h# are standard defined; b# exists on many implementations.
Neither b# nor o# is frequently used but there's no harm in
including them I suppose.
Segher