Show
Ignore:
Timestamp:
09/19/10 02:11:27 (2 years ago)
Author:
walter
Message:

typography

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/faq.dd

    r1457 r2040  
    7878    $(ITEMR nan, Why are floating point values default initialized to NaN rather than 0?) 
    7979    $(ITEMR assignmentoverloading, Why is overloading of the assignment operator not supported?) 
    80     $(ITEMR keys, The '~' is not on my keyboard?) 
     80    $(ITEMR keys, The $(SINGLEQUOTE ~) is not on my keyboard?) 
    8181    $(ITEMR omf, Can I link in C object files created with another compiler?) 
    8282    $(ITEMR regexp_literals, Why not support regular expression literals 
     
    440440    in D 2.0.) 
    441441 
    442 $(ITEM keys, The '~' is not on my keyboard?) 
     442$(ITEM keys, The $(SINGLEQUOTE ~) is not on my keyboard?) 
    443443 
    444444    $(P On PC keyboards, hold down the [Alt] key and press the 1, 2, and 6 
    445     keys in sequence on the numeric pad. That will generate a '~' 
     445    keys in sequence on the numeric pad. That will generate a $(SINGLEQUOTE ~) 
    446446    character. 
    447447    )