|
Joseph Stewart wrote:
To recap, erlang (and I've heard Ada) support a style of integer constants which precedes the constant with a number base (1-36) so that things like: 2#1001 gets converted into 9 and 16#ff gets converted to 255 1#111 gets converted to 3 (okay, base one isn't that useful)
Sounds good - certainly better than the current psuedohex support. -- Lisa