so:
> One thing i can think of now is adding another float literal, maybe 'r',  
> for "real"!,

See here, Unfortunately it's called "L" not "r":
http://www.digitalmars.com/d/2.0/lex.html

FloatSuffix:
        f
        F

RealSuffix:
        L

bearophile

Reply via email to